7 bool parseWhitespace(
char current,
char *next);
8 bool parseExclamationComment(
9 char current,
char *next);
10 void parseRestOfLine(
char ch,
11 char *next,
bool invalue);
12 bool parsePoundComment(
char current,
char *next);
13 bool parseKey(
char current,
char *next);
14 bool parseValue(
char ch,
char *next);