allegro5.file

Undocumented in source.

Members

Enums

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

Functions

al_create_file_handle
ALLEGRO_FILE* al_create_file_handle(ALLEGRO_FILE_INTERFACE* vt, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fclearerr
void al_fclearerr(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fclose
bool al_fclose(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_feof
bool al_feof(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ferrmsg
const(char)* al_ferrmsg(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ferror
int al_ferror(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fflush
bool al_fflush(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fget_ustr
ALLEGRO_USTR* al_fget_ustr(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fgetc
int al_fgetc(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fgets
char* al_fgets(ALLEGRO_FILE* f, char* p, size_t max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fopen
ALLEGRO_FILE* al_fopen(char* path, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fopen_fd
ALLEGRO_FILE* al_fopen_fd(int fd, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fopen_interface
ALLEGRO_FILE* al_fopen_interface(ALLEGRO_FILE_INTERFACE* vt, char* path, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fopen_slice
ALLEGRO_FILE* al_fopen_slice(ALLEGRO_FILE* fp, size_t initial_size, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fprintf
int al_fprintf(ALLEGRO_FILE* f, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fputc
int al_fputc(ALLEGRO_FILE* f, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fputs
int al_fputs(ALLEGRO_FILE* f, char* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fread
size_t al_fread(ALLEGRO_FILE* f, void* ptr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fread16be
short al_fread16be(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fread16le
short al_fread16le(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fread32be
int al_fread32be(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fread32le
int al_fread32le(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fseek
bool al_fseek(ALLEGRO_FILE* f, long offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fsize
long al_fsize(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ftell
long al_ftell(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fungetc
int al_fungetc(ALLEGRO_FILE* f, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fwrite
size_t al_fwrite(ALLEGRO_FILE* f, void* ptr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fwrite16be
size_t al_fwrite16be(ALLEGRO_FILE* f, short w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fwrite16le
size_t al_fwrite16le(ALLEGRO_FILE* f, short w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fwrite32be
size_t al_fwrite32be(ALLEGRO_FILE* f, int l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_fwrite32le
size_t al_fwrite32le(ALLEGRO_FILE* f, int l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_file_userdata
void* al_get_file_userdata(ALLEGRO_FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_new_file_interface
ALLEGRO_FILE_INTERFACE* al_get_new_file_interface()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_make_temp_file
ALLEGRO_FILE* al_make_temp_file(char* tmpl, ALLEGRO_PATH** ret_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_new_file_interface
void al_set_new_file_interface(ALLEGRO_FILE_INTERFACE* file_interface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_standard_file_interface
void al_set_standard_file_interface()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_vfprintf
int al_vfprintf(ALLEGRO_FILE* f, char* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ALLEGRO_FILE
struct ALLEGRO_FILE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_FILE_INTERFACE
struct 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.

Meta