Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ strspn
Function
strspn
src/fl/stl/cstring.cpp.hpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
size_t strspn(const char* s1, const char* s2) FL_NOEXCEPT {
83
return ::strspn(s1, s2);
84
}
85
86
size_t strcspn(const char* s1, const char* s2) FL_NOEXCEPT {
87
return ::strcspn(s1, s2);
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected