Mail Archives: djgpp/1999/10/04/22:01:20
Jorge Ivan Meza Martinez wrote:
>
> 1. I use RHIDE for DOS and all works OK, but the Linux version doesn't
> have the libc reference.
Linux has online manual pages. For example, if you want to learn about
the function brk(), simply type "man brk", and you will see the manual
pages of brk(). To learn more about the "man" command, type "man man".
> Is it missing ? is it misconfigurated ? how do I make the libc
> reference work with RHIDE for linux ?
No. It's available as man pages, which is arguably easier to use.
> 2. I love to use DJGPP but most of my programs must run on Linux,
> where can I get a libc reference with the real portable C commands,
> or, where says which command is dos-dependant, etc.
The DJGPP info pages mark each function as ANSI C, POSIX, or DOS
function. The Linux man page doesn't contain any DOS functions. For
more accurate information, consult a book.
--
Weiqi Gao
weiqigao AT a DOT crl DOT com
- Raw text -