.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_fopen_interface" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_fopen_interface - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include ALLEGRO_FILE *al_fopen_interface(const ALLEGRO_FILE_INTERFACE *drv, const char *path, const char *mode) \f[R] .fi .SH DESCRIPTION .PP Opens a file using the specified interface, instead of the interface set with al_set_new_file_interface(3alleg5). .SH SEE ALSO .PP al_fopen(3alleg5)