1al_load_config_file(3) al_load_config_file(3)
23
4
NAME
6al_load_config_file - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
ALLEGRO_CONFIG *al_load_config_file(const char *filename)
12
DESCRIPTION
14Read a configuration file from disk. Returns NULL on error. The con‐
15figuration structure should be destroyed with al_destroy_config(3).
16
SEE ALSO
18al_load_config_file_f(3), al_save_config_file(3)
1920
21
22
Allegro reference manual al_load_config_file(3)