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

NAME

6       set_config_int  -  Writes an integer in the configuration file. Allegro
7       game programming library.
8

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

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