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

◆ memcmp()

int fl::memcmp ( const void * s1,
const void * s2,
size_t n )

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

115 {
116 if (n == 0) return 0;
117 return ::memcmp(s1, s2, n);
118}

References FL_NOEXCEPT.

Referenced by FL_DISABLE_WARNING(), fl::StringFastLess::operator()(), fl::string::operator==(), and string_compare().

+ Here is the caller graph for this function: