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

Function strrchr

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

Source from the content-addressed store, hash-verified

72}
73
74char* strrchr(char* s, int c) FL_NOEXCEPT {
75 return ::strrchr(s, c);
76}
77
78const char* strrchr(const char* s, int c) FL_NOEXCEPT {
79 return ::strrchr(s, c);

Callers 5

begin_crash_dumpMethod · 0.85
get_module_nameMethod · 0.85
print_loaded_modulesMethod · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected