Query: set_config_file
OS: netbsd
Section: 3alleg4
Links: netbsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
set_config_file(3alleg4) Allegro manual set_config_file(3alleg4)NAMEset_config_file - Sets the configuration file. Allegro game programming library.SYNOPSIS#include <allegro.h> void set_config_file(const char *filename);DESCRIPTIONSets 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 ALSOset_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)
Related Man Pages |
---|
set_config_file(3alleg4) - centos |
set_config_file(3alleg4) - suse |
set_config_file(3alleg4) - netbsd |
exconfig(3alleg4) - plan9 |
set_config_file(3alleg4) - plan9 |
Similar Topics in the Unix Linux Community |
---|
How to parse config variables from external file to shell script |
Default values for positional parameters - dummy question I think |