override_config_data man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

override_config_data(3)		Allegro manual	       override_config_data(3)

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 speci‐
       fied in bytes. Example:

	  /* Force German as system language, Spanish keyboard map. */
	  const char *override_data = "[system]\n"
	     "language=DE\n"
	     "keyboard=ES";
	  override_config_data(override_data, ustrsize(override_data));

       Note that this function and override_config_file() are mutually	exclu‐
       sive, i.e. calling one will cancel the effects of the other.

SEE ALSO
       override_config_file(3), set_config_data(3)

Allegro				 version 4.4.2	       override_config_data(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net