set_config_float(3) - Linux man page
Name
set_config_float - Writes a float in the configuration file. Allegro game programming library.Synopsis
#include <allegro.h>void set_config_float(const char *section, const char *name, float val);
void set_config_float(const char *section, const char *name, float val);