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

◆ clearErrorState()

void fl::detail::posix_filebuf::clearErrorState ( )
private

Definition at line 189 of file file_handle.cpp.hpp.

189 {
190 mLastError = 0;
191 if (mFile) {
193 }
194}
void clearerr(FILE *file)
Clear file error indicators.
Definition file_io.h:298

References fl::clearerr(), mFile, and mLastError.

Referenced by clear_error().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: