logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

set_config_data - Sets a block of configuration data. Allegro game programming library.

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.

Name

       set_config_data - Sets a block of configuration data. Allegro game programming library.

See Also

set_config_file(3alleg4),            override_config_data(3alleg4),           push_config_state(3alleg4),
       set_config_string(3alleg4), get_config_string(3alleg4)

Allegro                                           version 4.4.3                         set_config_data(3alleg4)

Synopsis

#include<allegro.h>voidset_config_data(constchar*data,intlength);

See Also