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

◆ strchr() [1/2]

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

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

66 {
67 return ::strchr(s, c);
68}

References FL_NOEXCEPT.