From: "Thorsten Erdmann" Newsgroups: comp.os.msdos.djgpp Subject: Low Level file IO Date: Sun, 25 Jun 2000 18:39:08 +0200 Organization: AddCom AG Lines: 15 Message-ID: <8jam9g$s1n$1@riker.addcom.de> NNTP-Posting-Host: 62.96.141.58 X-Trace: riker.addcom.de 962124912 28727 62.96.141.58 (27 Jun 2000 16:55:12 GMT) X-Complaints-To: news AT news DOT addcom DOT de NNTP-Posting-Date: 27 Jun 2000 16:55:12 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, is there a possibility to exchange the low level file IO routines that were used by fopen, fclose, fread, fwrite, fseek, ... I want to hook up a filesystemdriver I wrote into my DJGPP application without the need of building a DOS device driver. I think there must be some wrapper of the DOS file IO calls somewhere in the standard libs. But where and how can I exchange them, to point them to my own DJGPP routines doing the same. Thanks Thorsten