From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Re: libc reference Date: Mon, 04 Oct 1999 19:04:25 -0500 Organization: CRL Network Services Lines: 25 Message-ID: <37F94089.230E9FFC@a.crl.com> References: <7tauot$j95$1 AT nnrp01 DOT ops DOT uunet DOT co DOT za> <37F92037 DOT D85BDCD9 AT armenia DOT multi DOT net DOT co> NNTP-Posting-Host: a116007.stl1.as.crl.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i586) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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