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

◆ fclose()

int fl::fclose ( FILE * file)
inline

Close a file.

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

Definition at line 250 of file file_io.h.

250 {
251 return -1;
252}

Referenced by fl::detail::posix_filebuf::close(), fl::third_party::plm_buffer_destroy(), and fl::third_party::vorbis::vorbis_deinit().

+ Here is the caller graph for this function: