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

Function strchr

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

Source from the content-addressed store, hash-verified

64}
65
66char* strchr(char* s, int c) FL_NOEXCEPT {
67 return ::strchr(s, c);
68}
69
70const char* strchr(const char* s, int c) FL_NOEXCEPT {
71 return ::strchr(s, c);

Callers 3

decodeBase64Function · 0.85
checkBasicAuthFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected