1al_get_first_config_entry(3) al_get_first_config_entry(3)
2
3
4
6 al_get_first_config_entry - Allegro 5 API
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 or NULL if the section is empty. The iterator works like the
17 one for al_get_first_config_section(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)