get_config_int (3) Linux Manual Page
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);
get_config_int – Retrieves an integer from the configuration file. Allegro game programming library.
int get_config_int(const char *section, const char *name, int def);