1get_config_id(3) Allegro manual get_config_id(3)
2
3
4
6 get_config_id - Retrieves a driver ID from a configuration file. Alle‐
7 gro game programming library.
8
10 #include <allegro.h>
11
12
13 int get_config_id(const char *section, const char *name, int def);
14
16 Reads a 4-letter driver ID variable from the current config file. See
17 the comments about get_config_string().
18
19
21 set_config_file(3), set_config_id(3), get_config_string(3), get_con‐
22 fig_argv(3), get_config_float(3), get_config_hex(3), get_config_int(3)
23
24
25
26Allegro version 4.4.3 get_config_id(3)