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