.\" Generated by the Allegro makedoc utility .TH set_config_data 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME set_config_data \- Sets a block of configuration data. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void set_config_data(const char *data, int length); .SH DESCRIPTION Specifies 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. .SH SEE ALSO .BR set_config_file (3alleg4), .BR override_config_data (3alleg4), .BR push_config_state (3alleg4), .BR set_config_string (3alleg4), .BR get_config_string (3alleg4)