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

◆ feof()

int fl::feof ( FILE * file)
inline

Check for end-of-file.

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

Definition at line 279 of file file_io.h.

279 {
280 return 0;
281}

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

+ Here is the caller graph for this function: