1set_config_float(3) Allegro manual set_config_float(3)
2
3
4
6 set_config_float - Writes a float in the configuration file. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 void set_config_float(const char *section, const char *name, float
14 val);
15
17 Writes a floating point variable to the current config file. See the
18 comments about set_config_string().
19
20
22 set_config_file(3), get_config_float(3), set_config_string(3), set_con‐
23 fig_hex(3), set_config_int(3), set_config_id(3)
24
25
26
27Allegro version 4.2.3 set_config_float(3)