al_fopen_interface - Man Page

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_interface(3).

See Also

al_fopen(3)

Info

Allegro reference manual