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

Function strcmp

src/fl/stl/cstring.cpp.hpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38int strcmp(const char* s1, const char* s2) FL_NOEXCEPT {
39 return ::strcmp(s1, s2);
40}
41
42int strncmp(const char* s1, const char* s2, size_t n) FL_NOEXCEPT {
43 return ::strncmp(s1, s2, n);

Callers 15

operator==Method · 0.85
operator==Method · 0.85
operator!=Method · 0.85
operator<Method · 0.85
operator>Method · 0.85
operator<=Method · 0.85
operator>=Method · 0.85
compareMethod · 0.85
singleton_registry_getFunction · 0.85
singleton_registry_setFunction · 0.85
strcmpMethod · 0.85
checkBasicAuthFunction · 0.85

Calls

no outgoing calls

Tested by 9

operator==Method · 0.68
setupFunction · 0.68
setupFunction · 0.68
setupFunction · 0.68
mainFunction · 0.68
check_eqFunction · 0.68
check_neFunction · 0.68
captureFunction · 0.68