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

◆ read() [3/3]

fl::size_t fl::filebuf::read ( fl::u8 * dst,
fl::size_t n )
inline

Definition at line 57 of file file_handle.h.

57 {
58 return read(reinterpret_cast<char*>(dst), n); // ok reinterpret cast
59 }
int read()

References fl::read().

+ Here is the call graph for this function: