1al_get_first_config_entry(3)Library Functions Manualal_get_first_config_entry(3)
2
3
4
6 al_get_first_config_entry
7
9 #include <allegro5/allegro.h>
10
11 char const *al_get_first_config_entry(ALLEGRO_CONFIG const *config,
12 char const *section, ALLEGRO_CONFIG_ENTRY **iterator)
13
15 Returns the name of the first key in the given section in the given
16 config. The iterator works like the one for al_get_first_config_sec‐
17 tion(3).
18
19 The returned string and the iterator are only valid as long as no
20 change is made to the passed ALLEGRO_CONFIG(3).
21
23 al_get_next_config_entry(3)
24
25
26
27Allegro reference manual al_get_first_config_entry(3)