c
assert(col_sep_string != NULL);
if (!join_lines && *col_sep_string == '\t') {
    // ...
}
