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

Function strstr

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

Source from the content-addressed store, hash-verified

60}
61
62const char* strstr(const char* haystack, const char* needle) FL_NOEXCEPT {
63 return ::strstr(haystack, needle);
64}
65
66char* strchr(char* s, int c) FL_NOEXCEPT {
67 return ::strchr(s, c);

Callers 7

findMethod · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected