1al_get_config_value(3) al_get_config_value(3)
2
3
4
6 al_get_config_value - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 const char *al_get_config_value(const ALLEGRO_CONFIG *config,
12 const char *section, const char *key)
13
15 Gets a pointer to an internal character buffer that will only remain
16 valid as long as the ALLEGRO_CONFIG structure is not destroyed. Copy
17 the value if you need a copy. The section can be NULL or "" for the
18 global section. Returns NULL if the section or key do not exist.
19
21 al_set_config_value(3)
22
23
24
25Allegro reference manual al_get_config_value(3)