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

◆ fopen()

FILE * fl::fopen ( const char * path,
const char * mode )
inline

Open a file.

Parameters
pathFile path
modeFile mode string (e.g., "r", "w", "rb", "wb", "r+", "w+", "a", "ab")
Returns
File handle pointer, or nullptr on failure

Definition at line 246 of file file_io.h.

246 {
247 return nullptr;
248}

Referenced by fl::detail::posix_filebuf::posix_filebuf(), fl::third_party::plm_buffer_no_start_code(), and fl::third_party::vorbis::stb_vorbis_open_filename().

+ Here is the caller graph for this function: