debian man page for override_config_data

Query: override_config_data

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

override_config_data(3alleg4)					  Allegro manual				     override_config_data(3alleg4)

NAME
override_config_data - Specifies a block of data containing config overrides. Allegro game programming library.
SYNOPSIS
#include <allegro.h> void override_config_data(const char *data, int length);
DESCRIPTION
Version of override_config_file() which uses a block of data that has already been read into memory. The length of the block has to be specified in bytes. Example: /* Force German as system language, Spanish keyboard map. */ const char *override_data = "[system] " "language=DE " "keyboard=ES"; override_config_data(override_data, ustrsize(override_data)); Note that this function and override_config_file() are mutually exclusive, i.e. calling one will cancel the effects of the other.
SEE ALSO
override_config_file(3alleg4), set_config_data(3alleg4) Allegro version 4.4.2 override_config_data(3alleg4)
Related Man Pages
override_config_file(3alleg4) - debian
set_config_file(3alleg4) - opendarwin
exstars(3alleg4) - centos
set_config_file(3alleg4) - netbsd
override_config_file(3alleg4) - netbsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?