char smartfilter[MAXLEN];
const char *url;
int current_format_idx;
- int blen;
int OutputNonZero = REPORT_EVERY_X_LINES ;
int idata=0;
int x;
}
while ((linebuf=longline_read(fp_in,line))!=NULL) {
- blen=strlen(linebuf);
lines_read++;
recs2++;
}
}
}
+ (void)prefix;//compiler pacifier
if (i<0) len=0;
for ( ; (unsigned char)columns[len]>' ' ; len++) {//skip a word and accept any separator (tab or space)
if (header_start>=0 && columns[len]==')') header_end=len;
}
+ (void)header_end;//compiler pacifier
col_sep=columns[len];
ExtColSep[col]=col_sep;