is_comment_line
if (linesize == 0 || is_comment_line(line, linesize))
static int is_comment_line(const char *, size_t);