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

◆ strrchr() [2/2]

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

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

78 {
79 return ::strrchr(s, c);
80}

References FL_NOEXCEPT.