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