jan.ruzicka@comcast.net wrote:
- if (n > 0) and (Buf2[n] = NewLine) then Dec (n);
Does this cope with famous <cr><lf> ? Jan
On Jan 28, 2005, at 08:16, Frank Heckenbach wrote:
The file is opened in text mode (i.e., without `O_BINARY', in C terms), so the system library deals with that. Tested on DJGPP.
Frank