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

Function strncmp

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

Source from the content-addressed store, hash-verified

40}
41
42int strncmp(const char* s1, const char* s2, size_t n) FL_NOEXCEPT {
43 return ::strncmp(s1, s2, n);
44}
45
46char* strcpy(char* dest, const char* src) FL_NOEXCEPT {
47 return ::strcpy(dest, src);

Callers 6

starts_withMethod · 0.85
ends_withMethod · 0.85
compareMethod · 0.85
checkBasicAuthFunction · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected