.\" Generated by the Allegro makedoc utility .TH set_config_hex 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME set_config_hex \- Writes a hexadecimal integer in the configuration file. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void set_config_hex(const char *section, const char *name, int val); .SH DESCRIPTION Writes an integer variable to the current config file, in hexadecimal format. See the comments about set_config_string(). .SH SEE ALSO .BR set_config_file (3alleg4), .BR get_config_hex (3alleg4), .BR set_config_string (3alleg4), .BR set_config_float (3alleg4), .BR set_config_int (3alleg4), .BR set_config_id (3alleg4)