Date: Thu, 24 Apr 1997 14:40:36 +0300 (IDT) From: Eli Zaretskii To: Joaquin Menchaca cc: djgpp AT delorie DOT com Subject: Re: Newbie DOS question: BIOS/DOS calls In-Reply-To: <335BFC9B.A9507F5D@best.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 21 Apr 1997, Joaquin Menchaca wrote: > This is a newbie DOS question for djgpp. How do you access the BIOS and > DOS calls. I know Borland offers the BIOS.H and DOS.H files. What does > djgpp use? Please at least look inside your DJGPP include directory, if not in the library reference, before posting here. There are both bios.h and dos.h, right there. Generally, DJGPP library includes many functions that Borland does.