summaryrefslogtreecommitdiffstats
path: root/cmd/cmd_parse.h
blob: 079f60508668705b49570b6aad5b1127a1cbca1b (plain) (blame)
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 str_size );