Date: Sun, 20 Aug 2000 18:50:28 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: ein_freund AT hotmail DOT com Message-Id: <3995-Sun20Aug2000185028+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: <399fcdc1$0$26666@SSP1NO25.highway.telekom.at> (ein_freund AT hotmail DOT com) Subject: Re: Understanding function calls reading include-files References: <399fcdc1$0$26666 AT SSP1NO25 DOT highway DOT telekom DOT at> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Herby" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 20 Aug 2000 11:50:57 +0200 > > For example: > To use the 'getch'/'putch' Command was easy to understand and to learn, > because good described in literature. > But GNU C has so various and many other functions in its libs and by reading > the include-files and do not really know how > to take correct use of them. You are not supposed to learn about library functions from the include files. DJGPP library comes with reference docs, just type "info libc" and read there. (This assumes you have info.exe from txi40b.zip; if not, I suggest to install it.)