#include <command.h>
Data Fields | |
| const char * | name |
| Name of the command. | |
| int(* | exec )(int argc, char **argv) |
| Function implementing the command. | |
Definition at line 9 of file command.h.
| const char* command::name |
Name of the command.
Definition at line 11 of file command.h.
Referenced by execv(), and help_exec().
| int( * command::exec)(int argc, char **argv) |
1.5.7.1