Mail Archives: djgpp/2000/10/14/13:15:53
Edmund Horner <ejrh AT paradise DOT net DOT nz> wrote:
: 2. Backslash-newlines, which i use occassionally for the more complicated
: #defines, aren't recognised by cpp, apparently because of the CRLF problem.
: Is there a simple way I can get around this? I'd like to be able to compile
: the same sources that I edit with RHIDE in dos.
"info dtou".
: 3. Lots of functions I use often in DJGPP, usually in connection with files,
: simply don't exist in the linux library. (But I can get around this by
: using more complicated things like fstat().) Still, the question remains...
"info libc" and look at the functions you use. If it says "ANSI" or
"POSIX" under Portability, there's a very high probability (at least
99%) of the function existing in Linux.
Right,
MartinS
- Raw text -