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

◆ strncmp()

int fl::strncmp ( const char * s1,
const char * s2,
size_t n )

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

42 {
43 return ::strncmp(s1, s2, n);
44}

References FL_NOEXCEPT.

Referenced by fl::basic_string::compare(), fl::basic_string::compare(), fl::basic_string::compare(), fl::basic_string::compare(), fl::basic_string::ends_with(), fl::third_party::nsgif__app_ext_is_loop_count(), fl::third_party::nsgif__parse_header(), and fl::basic_string::starts_with().

+ Here is the caller graph for this function: