Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

set_config_data(3alleg4) [opendarwin man page]

set_config_data(3alleg4)					  Allegro manual					  set_config_data(3alleg4)

NAME
set_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); 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. 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.2 set_config_data(3alleg4)

Check Out this Related Man Page

set_config_file(3alleg4)					  Allegro manual					  set_config_file(3alleg4)

NAME
set_config_file - Sets the configuration file. Allegro game programming library. SYNOPSIS
#include <allegro.h> void set_config_file(const char *filename); DESCRIPTION
Sets the configuration file to be used by all subsequent config functions. (Allegro will not search for this file in other locations as it does with allegro.cfg at the time of initialization.) All pointers returned by previous calls to get_config_string() and other related functions are invalidated when you call this function! You can call this function before install_allegro() to change the configuration file, but after set_uformat() if you want to use a text encoding format other than the default. SEE ALSO
set_config_data(3alleg4), override_config_file(3alleg4), push_config_state(3alleg4), set_uformat(3alleg4), set_config_string(3alleg4), get_config_string(3alleg4), exconfig(3alleg4) Allegro version 4.4.2 set_config_file(3alleg4)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies