Mail Archives: djgpp-workers/1996/10/17/04:08:58
On Wed, 16 Oct 1996, Salvador Eduardo Tropea (SET) wrote:
> a) Can be distributed *all* the inf files in UNIX format?, the major part are
I'm agree with Eli's answer. It should be not a good idea to do this.
One solution should be the following:
If you open an info file, open it in text mode, read the file completely
in a buffer with read or fread, which conerts the CR/LF automaticaly
to LF. This needs a large enough buffer in memory but I think most
users, who use DJGPP and RHIDE have enough of it and most files are not so
large.
Robert
- Raw text -