Date: Sat, 14 Oct 2000 20:58:50 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: skb AT xmission DOT com (Scott Brown) Message-Id: <1438-Sat14Oct2000205850+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <39e82e61.92590570@198.60.22.3> (skb@xmission.com) Subject: Re: Disk i/o References: <39e82e61 DOT 92590570 AT 198 DOT 60 DOT 22 DOT 3> 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: skb AT xmission DOT com (Scott Brown) > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 14 Oct 2000 09:59:12 GMT > > Does DJGPP have an equivalent to the absread/abswrite functions > offered by Borland C++ 3.0 (interfaces to MSDOS int 0x25 and 0x26)? No. But you could use __dpmi_int to call these directly from a DJGPP program.