MCPcopy Create free account
hub / github.com/apache/nuttx / strtok

Function strtok

libs/libc/string/lib_strtok.c:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71#undef strtok
72FAR char *strtok(FAR char *str, FAR const char *delim)
73{
74 return strtok_r(str, delim, &g_saveptr);
75}

Callers 5

phyplus_parse_gpio_paramFunction · 0.85
mainFunction · 0.85
get_path_tokensFunction · 0.85

Calls 1

strtok_rFunction · 0.85

Tested by

no test coverage detected