.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .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)