Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_fopen_interface(3)	    Library Functions Manual	   al_fopen_interface(3)

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

SEE ALSO
     al_fopen(3)

Allegro reference manual				   al_fopen_interface(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_fopen_interface&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help