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

Function strerror

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

Source from the content-addressed store, hash-verified

100}
101
102char* strerror(int errnum) FL_NOEXCEPT {
103 return ::strerror(errnum);
104}
105
106// ============================================================================
107// Memory Functions

Callers 2

error_messageMethod · 0.85
error_messageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected