Provided by: allegro5-doc_5.2.9.1+dfsg-1.1build4_all bug

NAME

       al_fopen_interface - Allegro 5 API

SYNOPSIS

              #include <allegro5/allegro.h>

              ALLEGRO_FILE *al_fopen_interface(const ALLEGRO_FILE_INTERFACE *drv,
                 const char *path, const char *mode)

DESCRIPTION

       Opens  a  file  using  the  specified interface, instead of the interface set with al_set_new_file_inter‐
       face(3alleg5).

SEE ALSO

       al_fopen(3alleg5)

Allegro reference manual                                                             al_fopen_interface(3alleg5)