ALLEGRO_FILE_INTERFACE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

fi_ferrmsg
const(char)* function(ALLEGRO_FILE* f) fi_ferrmsg(ALLEGRO_FILE* f)
Undocumented in source.

Variables

fi_fclearerr
void function(ALLEGRO_FILE* f) fi_fclearerr;
Undocumented in source.
fi_fclose
bool function(ALLEGRO_FILE* handle) fi_fclose;
Undocumented in source.
fi_feof
bool function(ALLEGRO_FILE* f) fi_feof;
Undocumented in source.
fi_ferror
int function(ALLEGRO_FILE* f) fi_ferror;
Undocumented in source.
fi_fflush
bool function(ALLEGRO_FILE* f) fi_fflush;
Undocumented in source.
fi_fopen
void* function(in char* path, in char* mode) fi_fopen;
Undocumented in source.
fi_fread
size_t function(ALLEGRO_FILE* f, void* ptr, size_t size) fi_fread;
Undocumented in source.
fi_fseek
bool function(ALLEGRO_FILE* f, long offset, int whence) fi_fseek;
Undocumented in source.
fi_fsize
off_t function(ALLEGRO_FILE* f) fi_fsize;
Undocumented in source.
fi_ftell
long function(ALLEGRO_FILE* f) fi_ftell;
Undocumented in source.
fi_fungetc
int function(ALLEGRO_FILE* f, int c) fi_fungetc;
Undocumented in source.
fi_fwrite
size_t function(ALLEGRO_FILE* f, in void* ptr, size_t size) fi_fwrite;
Undocumented in source.

Meta