- fi_fclearerr
void function(ALLEGRO_FILE*) fi_fclearerr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_fclose
void function(ALLEGRO_FILE*) fi_fclose;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_feof
bool function(ALLEGRO_FILE*) fi_feof;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_ferrmsg
const(char)* function(ALLEGRO_FILE*) fi_ferrmsg;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_ferror
bool function(ALLEGRO_FILE*) fi_ferror;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_fflush
bool function(ALLEGRO_FILE*) fi_fflush;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_fopen
void* function(const(char)*, const(char)*) fi_fopen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_fread
size_t function(ALLEGRO_FILE*, void*, size_t) fi_fread;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_fseek
bool function(ALLEGRO_FILE*, long, int) fi_fseek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_fsize
off_t function(ALLEGRO_FILE*) fi_fsize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_ftell
long function(ALLEGRO_FILE*) fi_ftell;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_fungetc
int function(ALLEGRO_FILE*, int) fi_fungetc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fi_fwrite
size_t function(ALLEGRO_FILE*, const(void)*, size_t) fi_fwrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.