FILE *err_fp, *barcode_ffd;
C++ code 64 bit LINUX.
.
.
barcode_ffd = fopen(barcode_p rinter,"w");
.
.
tcflush(barcode _ffd,TCIOFLUSH) ; /* clear out buffers for printer */

THE TCFLUSH gives me the error, what code is needed to fix this...