FastLED 3.9.15
Loading...
Searching...
No Matches

◆ strcspn()

size_t fl::strcspn ( const char * s1,
const char * s2 )

Definition at line 86 of file cstring.cpp.hpp.

86 {
87 return ::strcspn(s1, s2);
88}

References FL_NOEXCEPT.