7 bool parseWhitespace(
char current,
char *next);
8 bool parseSemicolonComment(
char current,
char *next);
9 void parseRestOfLine(
char *next);
10 bool parsePoundComment(
char current,
char *next);
11 bool parseSection(
char *next);
12 void parseRestOfSectionName(
char *next);
13 bool parseKey(
char current,
char *next);
14 bool parseValue(
char *next);