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

◆ ftell()

long fl::ftell ( FILE * file)
inline

Get current file position.

Parameters
fileFile handle
Returns
Current position, or -1 on error

Definition at line 262 of file file_io.h.

262 {
263 return -1;
264}

Referenced by fl::detail::posix_filebuf::size(), fl::third_party::vorbis::skip(), fl::third_party::vorbis::stb_vorbis_get_file_offset(), fl::third_party::vorbis::stb_vorbis_open_file(), fl::third_party::vorbis::stb_vorbis_open_file_section(), and fl::detail::posix_filebuf::tell().

+ Here is the caller graph for this function: