MCPcopy Create free account
hub / github.com/FastLED/FastLED / strcmp

Method strcmp

src/fl/stl/string.cpp.hpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int string::strcmp(const string& a, const string& b) FL_NOEXCEPT {
77 return fl::strcmp(a.c_str(), b.c_str());
78}
79
80// ======= CONSTRUCTORS =======
81// All forward to string_n<FASTLED_STR_INLINED_SIZE>'s ctors which

Callers

nothing calls this directly

Calls 2

strcmpFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected