uCmd source file More...

Go to the source code of this file.
| Functions | |
| int | ucmd_parse (Command cmd_list[], const char *delim, const char *in) | 
| Parse a command string and match against a Command List. | |
uCmd source file
This file defines the only function in this module: ucmd_parse()
Definition in file ucmd.c.
| int ucmd_parse | ( | Command | cmd_list[], | 
| const char * | delim, | ||
| const char * | in | ||
| ) | 
Parse a command string and match against a Command List.
| cmd_list | a Command array (see the Command List section for more info) | 
| delim | a null terminated string used to split the command string | 
| in | a null terminated command string to parse |