c
#include <string.h>

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