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

◆ strchr() [2/2]

const char * fl::strchr ( const char * s,
int c )

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

70 {
71 return ::strchr(s, c);
72}

References FL_NOEXCEPT.