int strtodata(const char *str, char **data, size_t *size)
convert string with literals into raw data
Definition parse.cpp:168
char * consume_token(char *token, const char *ifs)
modify token to point to the first token when broken up on ifs and return the remaining data
Definition cmd.cpp:14