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

◆ fread()

fl::size_t fl::fread ( void * buffer,
fl::size_t size,
fl::size_t count,
FILE * file )
inline

Read from file.

Parameters
bufferDestination buffer
sizeSize of each element
countNumber of elements to read
fileFile handle
Returns
Number of elements actually read

Definition at line 254 of file file_io.h.

254 {
255 return 0;
256}

Referenced by fl::third_party::vorbis::getn(), and fl::detail::posix_filebuf::read().

+ Here is the caller graph for this function: