home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!uwm.edu!linac!uchinews!machine!ddsw1!infopls!rhps!warlok
- From: warlok@rhps.chi.il.us (Jon L Fincher)
- Newsgroups: comp.os.msdos.programmer
- Subject: Re: What Borland C library calls that use DOS?
- Message-ID: <cDycuB7w165w@rhps.chi.il.us>
- Date: Mon, 16 Nov 92 18:39:59 CST
- References: <1992Nov13.151418.20261@murdoch.acc.Virginia.EDU>
- Organization: CrissySoft Incorporated
- Lines: 16
-
- fs8j@uvacs.cs.Virginia.EDU (Fraser Street) writes:
-
- > Does someone have a list of Boralnd C library functions that make use
- > of DOS (the int 21 API). I can't find any list of these calls in the
- > Borland documentation.
-
- Try investigating any functions declared in dos.h.
-
- You could find them out yourself by installing a small TSR that hooks
- INT 21h, then when called, simply dumps the CS:IP of the calling code
- either to the screen or a file, and calls DOS. The CS:IP will be
- on the stack under the register values, 16 or 18 bytes down from SP.
-
- Sorry I couldn't be of more help.
-
- J.L.Fincher, Warlok
-