get_config_float(3) - Linux man page
Name
get_config_float - Retrieves a float from the configuration file. Allegro game programming library.Synopsis
#include <allegro.h>float get_config_float(const char *section, const char *name, float def);
float get_config_float(const char *section, const char *name, float def);