|
Modestus Moon OS
R4
CS 450 project
|
#include <comm_list.h>
Data Fields | |
| const char * | cmdName |
| int(* | cmdFunc )(char[][MAX_LENGTH]) |
Definition at line 11 of file comm_list.h.
| int(* s_cmd_struct::cmdFunc) (char[][MAX_LENGTH]) |
Definition at line 14 of file comm_list.h.
Referenced by exec_comm(), init_commhand(), and initCmdArray().
| const char* s_cmd_struct::cmdName |
Definition at line 13 of file comm_list.h.
Referenced by initCmdArray().