logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_fopen_interface - Allegro 5 API

Description

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

Name

       al_fopen_interface - Allegro 5 API

See Also

al_fopen(3alleg5)

Allegro reference manual                                                             al_fopen_interface(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

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

See Also