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

◆ strcmp()

int fl::string::strcmp ( const string & a,
const string & b )
static

Definition at line 76 of file string.cpp.hpp.

76 {
77 return fl::strcmp(a.c_str(), b.c_str());
78}
int strcmp(const char *s1, const char *s2) FL_NOEXCEPT

References FL_NOEXCEPT, and fl::strcmp().

+ Here is the call graph for this function: