Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
int strcmp(const char* s1, const char* s2) FL_NOEXCEPT {
39
return ::strcmp(s1, s2);
40
}
41
42
int 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
compare
Method · 0.85
singleton_registry_get
Function · 0.85
singleton_registry_set
Function · 0.85
strcmp
Method · 0.85
checkBasicAuth
Function · 0.85
Calls
no outgoing calls
Tested by
9
operator==
Method · 0.68
setup
Function · 0.68
setup
Function · 0.68
setup
Function · 0.68
main
Function · 0.68
check_eq
Function · 0.68
check_ne
Function · 0.68
validateExpectedDrivers
Method · 0.68
capture
Function · 0.68