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

NAME

6       get_config_int  -  Retrieves  an  integer  from the configuration file.
7       Allegro game programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Reads an integer variable from the current config file.  See  the  com‐
17       ments about get_config_string().
18
19

SEE ALSO

21       set_config_file(3),  set_config_int(3),  get_config_string(3), get_con‐
22       fig_argv(3), get_config_float(3), get_config_hex(3),  get_config_id(3),
23       exconfig(3)
24
25
26
27Allegro                          version 4.4.3               get_config_int(3)
Impressum