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

◆ fflush()

int fl::fflush ( FILE * file)
inline

Flush file buffers.

Parameters
fileFile handle
Returns
0 on success, non-zero on error

Definition at line 270 of file file_io.h.

270 {
271 return -1;
272}

Referenced by fl::detail::posix_filebuf::write().

+ Here is the caller graph for this function: