1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.\" Automatically generated by Pandoc 1.19.2.4
.\"
.TH "al_fopen_interface" "3" "" "Allegro reference manual" ""
.hy
.SH NAME
.PP
al_fopen_interface \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro.h>
ALLEGRO_FILE\ *al_fopen_interface(const\ ALLEGRO_FILE_INTERFACE\ *drv,
\ \ \ const\ char\ *path,\ const\ char\ *mode)
\f[]
.fi
.SH DESCRIPTION
.PP
Opens a file using the specified interface, instead of the interface set
with al_set_new_file_interface(3).
.SH SEE ALSO
.PP
al_fopen(3)
|