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