1al_fopen_interface(3) Library Functions Manual al_fopen_interface(3)
23
4
NAME
6al_fopen_interface
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
ALLEGRO_FILE *al_fopen_interface(const ALLEGRO_FILE_INTERFACE *drv,
12const char *path, const char *mode)
13
DESCRIPTION
15Opens a file using the specified interface, instead of the interface
16set with al_set_new_file_interface(3).
17
SEE ALSO
19al_fopen(3)
2021
22
23
Allegro reference manual al_fopen_interface(3)