10 bool parseWhitespace(
char current,
char *next);
11 bool parseSemicolonComment(
char current,
char *next);
12 void parseRestOfLine(
char *next);
13 bool parsePoundComment(
char current,
char *next);
14 bool parseSection(
char *next);
15 void parseRestOfSectionName(
char *next);
16 bool parseKey(
char current,
char *next);
17 bool parseValue(
char *next);