1al_load_config_file_f(3) al_load_config_file_f(3)
23
4
NAME
6al_load_config_file_f - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
ALLEGRO_CONFIG *al_load_config_file_f(ALLEGRO_FILE *file)
12
DESCRIPTION
14Read a configuration file from an already open file.
1516
Returns NULL on error. The configuration structure should be destroyed
17with al_destroy_config(3). The file remains open afterwards.
18
SEE ALSO
20al_load_config_file(3)
2122
23
24
Allegro reference manual al_load_config_file_f(3)