1al_load_config_file_f(3)                              al_load_config_file_f(3)
2
3
4

NAME

6       al_load_config_file_f - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              ALLEGRO_CONFIG *al_load_config_file_f(ALLEGRO_FILE *file)
12

DESCRIPTION

14       Read a configuration file from an already open file.
15
16       Returns NULL on error.  The configuration structure should be destroyed
17       with al_destroy_config(3).  The file remains open afterwards.
18

SEE ALSO

20       al_load_config_file(3)
21
22
23
24Allegro reference manual                              al_load_config_file_f(3)
Impressum