Hi,
I have file to read in record mode.
The problem is that some of file lines have newline character in the middle of them,
and it cause unwanted line break.
How to manage it?
enrico-sorichetti wrote:anyway all depends on the C compiler You are using...
does Your compiler support something like ...f = fopen(<file specification>, "rb,type=record");