1al_get_file_userdata(3) Library Functions Manual al_get_file_userdata(3)
23
4
NAME
6al_get_file_userdata
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void *al_get_file_userdata(ALLEGRO_FILE *f)
12
DESCRIPTION
14Returns a pointer to the custom userdata that is attached to the file
15handle. This is intended to be used by functions that extend ALLE‐
16GRO_FILE_INTERFACE(3).
1718
19
20
Allegro reference manual al_get_file_userdata(3)