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

◆ ferror()

int fl::ferror ( FILE * file)
inline

Check for file error.

Parameters
fileFile handle
Returns
Non-zero if error, 0 otherwise

Definition at line 289 of file file_io.h.

289 {
290 return 1;
291}

Referenced by fl::detail::posix_filebuf::has_error(), and fl::detail::posix_filebuf::read().

+ Here is the caller graph for this function: