#include "mem.h"
#include "str.h"
#include "strtok.h"
Include dependency graph for strtok_init_str.c:
Go to the source code of this file.
Functions | |
strtok_t * | strtok_init_str (strtok_t *st, const char *str, char *delim, int empty) |
initialize string tokenizer from character array |