Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
const char* strstr(const char* haystack, const char* needle) FL_NOEXCEPT {
63
return ::strstr(haystack, needle);
64
}
65
66
char* strchr(char* s, int c) FL_NOEXCEPT {
67
return ::strchr(s, c);
Callers
7
find
Method · 0.85
network_detector.cpp.hpp
File · 0.85
FL_TEST_FILE
Function · 0.85
FL_TEST_FILE
Function · 0.85
FL_TEST_FILE
Function · 0.85
FL_TEST_FILE
Function · 0.85
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected