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

◆ strstr()

const char * fl::strstr ( const char * haystack,
const char * needle )

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

62 {
63 return ::strstr(haystack, needle);
64}

References FL_NOEXCEPT.

Referenced by fl::basic_string::find(), and fl::basic_string::find().

+ Here is the caller graph for this function: