File nut/crt/strtok_r.c
Included Files
#include <nut/include/include2/stdlib.h>
#include <nut/include/include2/string.h>
#include "nut/include/strtok_r.h"
#include <nut/include/compiler.h>
Global Function strsep_r()
char* strsep_r ( char** pp_str, const char* p_delim )
Prototyped in:
nut/include/strtok_r.h
Calls:
strsep_rs()
nut/crt/strtok_r.c
Global Function strsep_rs()
char* strsep_rs ( char** pp_str, const char* p_delim, char* p_sep )
Prototyped in:
nut/include/strtok_r.h
Calls:
end_tok()
nut/crt/strtok_r.c
Called by:
strsep_r()
nut/crt/strtok_r.c
Local Function end_tok()
static char* end_tok ( char** pp_str, const char* p_delim, char* p_sep )
Called by:
strsep_rs()
nut/crt/strtok_r.c