Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
FAR char *strtok(FAR char *str, FAR const char *delim)
73
{
74
return strtok_r(str, delim, &g_saveptr);
75
}
Callers
5
phyplus_parse_gpio_param
Function · 0.85
phyplus_parse_timer_param
Function · 0.85
cxd56_powermgr_procfs_check_dir
Function · 0.85
main
Function · 0.85
get_path_tokens
Function · 0.85
Calls
1
strtok_r
Function · 0.85
Tested by
no test coverage detected