Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ strtok
Function
strtok
src/fl/stl/cstring.cpp.hpp:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
char* strtok(char* s1, const char* s2) FL_NOEXCEPT {
99
return ::strtok(s1, s2);
100
}
101
102
char* strerror(int errnum) FL_NOEXCEPT {
103
return ::strerror(errnum);
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected