1set_config_hex(3)               Allegro manual               set_config_hex(3)
2
3
4

NAME

6       set_config_hex  -  Writes  a  hexadecimal  integer in the configuration
7       file. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void set_config_hex(const char *section, const char *name, int val);
14

DESCRIPTION

16       Writes an integer variable to the current config file,  in  hexadecimal
17       format. See the comments about set_config_string().
18
19

SEE ALSO

21       set_config_file(3),  get_config_hex(3),  set_config_string(3), set_con‐
22       fig_float(3), set_config_int(3), set_config_id(3)
23
24
25
26Allegro                          version 4.2.2               set_config_hex(3)
Impressum