is_white_space
if ((buf[0] == COMMENT) || is_white_space(buf))
static int is_white_space(), parse_line();