.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_create_file_handle" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_create_file_handle - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include ALLEGRO_FILE *al_create_file_handle(const ALLEGRO_FILE_INTERFACE *drv, void *userdata) \f[R] .fi .SH DESCRIPTION .PP Creates an empty, opened file handle with some abstract user data. This allows custom interfaces to extend the ALLEGRO_FILE(3alleg5) struct with their own data. You should close the handle with the standard al_fclose(3alleg5) function when you are finished with it. .SH SEE ALSO .PP al_fopen(3alleg5), al_fclose(3alleg5), al_set_new_file_interface(3alleg5)