summaryrefslogblamecommitdiffstats
path: root/cmd_parse.h
blob: 2976f6d4b844a207f6a89afc2b5549efd8446113 (plain) (tree)
1
2
3
4
5
6
7
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, size_t sz_cmd );