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

NAME

6       set_config_data - Sets a block of configuration data. Allegro game pro‐
7       gramming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void set_config_data(const char *data, int length);
14

DESCRIPTION

16       Specifies a block of data to be used by  all  subsequent  config  func‐
17       tions,  which  you  have  already loaded from disk (eg. as part of some
18       more complicated format of your own, or in a  grabber  datafile).  This
19       routine  makes  a  copy  of the information, so you can safely free the
20       data after calling it.
21
22

SEE ALSO

24       set_config_file(3),   override_config_data(3),    push_config_state(3),
25       set_config_string(3), get_config_string(3)
26
27
28
29Allegro                          version 4.4.3              set_config_data(3)
Impressum