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