IDZEBRA  2.2.6
Data Fields
cmdstruct Struct Reference

Data Fields

char * cmd
 
char * args
 
char * explanation
 
int(* testfunc )(char *args[], WRBUF outbuff)
 

Detailed Description

Definition at line 521 of file zebrash.c.

Field Documentation

◆ args

char* cmdstruct::args

Definition at line 524 of file zebrash.c.

Referenced by cmd_help(), and onecommand().

◆ cmd

char* cmdstruct::cmd

Definition at line 523 of file zebrash.c.

Referenced by cmd_help(), and onecommand().

◆ explanation

char* cmdstruct::explanation

Definition at line 525 of file zebrash.c.

Referenced by cmd_help().

◆ testfunc

int(* cmdstruct::testfunc) (char *args[], WRBUF outbuff)

Definition at line 526 of file zebrash.c.

Referenced by onecommand().


The documentation for this struct was generated from the following file: