]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/cmdparser.h
4 typedef struct command_s
7 int (*Parse
)(const char *Cmd
);
12 // command_t array are expected to be NULL terminated
14 // Print help for each command in the command array
15 void CmdsHelp(const command_t Commands
[]);
16 // Parse a command line
17 void CmdsParse(const command_t Commands
[], const char *Cmd
);