diff options
Diffstat (limited to 'libcmd/cmd_parse.h')
-rw-r--r-- | libcmd/cmd_parse.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcmd/cmd_parse.h b/libcmd/cmd_parse.h new file mode 100644 index 0000000..88a02e8 --- /dev/null +++ b/libcmd/cmd_parse.h @@ -0,0 +1,8 @@ +#include <stdio.h> +#include <stdlib.h> +#include <stdint.h> +#include <string.h> + +#include "cmd.h" + +int parse_cmd( cmd_tok_t *tl, const char *str );
\ No newline at end of file |