int ini_parse(const char *filename, int(*handler)(void *user, const char *section, const char *name, const char *value), void *user)
Parse given INI-style file. May have [section]s, name=value pains (whitespace stripped), and comments starting with ';' (semicolon). Section is "" if name=value pain parsed before any section heading.