Query: set_config_data
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
set_config_data(3alleg4) Allegro manual set_config_data(3alleg4)NAMEset_config_data - Sets a block of configuration data. Allegro game programming library.SYNOPSIS#include <allegro.h> void set_config_data(const char *data, int length);DESCRIPTIONSpecifies a block of data to be used by all subsequent config functions, which you have already loaded from disk (eg. as part of some more complicated format of your own, or in a grabber datafile). This routine makes a copy of the information, so you can safely free the data after calling it.SEE ALSOset_config_file(3alleg4), override_config_data(3alleg4), push_config_state(3alleg4), set_config_string(3alleg4), get_config_string(3alleg4) Allegro version 4.4.2 set_config_data(3alleg4)
Related Man Pages |
---|
set_config_string(3alleg4) - centos |
set_config_file(3alleg4) - centos |
set_config_string(3alleg4) - mojave |
set_config_file(3alleg4) - mojave |
set_config_file(3alleg4) - php |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Find columns in a file based on header and print to new file |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |