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

NAME

6       set_config_id  -  Writes a driver ID in the configuration file. Allegro
7       game programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Writes a 4-letter driver ID variable to the current  config  file.  See
17       the comments about set_config_string().
18
19

SEE ALSO

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