- fi_fclearerrvoid function(ALLEGRO_FILE* f) fi_fclearerr; 
- Undocumented in source. 
- fi_fclosebool function(ALLEGRO_FILE* handle) fi_fclose; 
- Undocumented in source. 
- fi_feofbool function(ALLEGRO_FILE* f) fi_feof; 
- Undocumented in source. 
- fi_ferrorint function(ALLEGRO_FILE* f) fi_ferror; 
- Undocumented in source. 
- fi_fflushbool function(ALLEGRO_FILE* f) fi_fflush; 
- Undocumented in source. 
- fi_fopenvoid* function(in char* path, in char* mode) fi_fopen; 
- Undocumented in source. 
- fi_freadsize_t function(ALLEGRO_FILE* f, void* ptr, size_t size) fi_fread; 
- Undocumented in source. 
- fi_fseekbool function(ALLEGRO_FILE* f, long offset, int whence) fi_fseek; 
- Undocumented in source. 
- fi_fsizeoff_t function(ALLEGRO_FILE* f) fi_fsize; 
- Undocumented in source. 
- fi_ftelllong function(ALLEGRO_FILE* f) fi_ftell; 
- Undocumented in source. 
- fi_fungetcint function(ALLEGRO_FILE* f, int c) fi_fungetc; 
- Undocumented in source. 
- fi_fwritesize_t function(ALLEGRO_FILE* f, in void* ptr, size_t size) fi_fwrite; 
- Undocumented in source.