MCPcopy 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
98char* strtok(char* s1, const char* s2) FL_NOEXCEPT {
99 return ::strtok(s1, s2);
100}
101
102char* strerror(int errnum) FL_NOEXCEPT {
103 return ::strerror(errnum);

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected