FastLED 3.9.15
Loading...
Searching...
No Matches

◆ strerror()

char * fl::strerror ( int errnum)

Definition at line 102 of file cstring.cpp.hpp.

102 {
103 return ::strerror(errnum);
104}

References FL_NOEXCEPT.

Referenced by fl::detail::posix_filebuf::error_message(), fl::fstream::error_message(), and fl::ofstream::error_message().

+ Here is the caller graph for this function: