1 2 3 4 5 6 7 8 9
#include <libconfig.h> /* Parse the config file */ void parse_config_file(FILE *config); /* Print the current settings */ void print_config();