Date: Mon, 4 Jan 1999 16:17:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Graeme Fenwick cc: djgpp AT delorie DOT com Subject: Re: Documentation on Non-ANSI features, and Allegro problem! In-Reply-To: <3690c0f6.0@mercury.nildram.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 4 Jan 1999, Graeme Fenwick wrote: > As far as I can tell, an obvious way round this would be to check there's > enough room on the disk first, but using ANSI code to do this would probably > require some inelegantly contrived solution and still end up being > nonportable. Use the function `statfs' from the DJGPP library. > There surely has to be a non-ANSI function to do this, somewhere in DJGPP's > library, but unfortunately I can't find any documentation in this area, `statfs' is of course documented in libc.inf. > except possibly an Info file, which I can't get to load into the reader > (that's another story...). Any pointers? You will be quite lost in DJGPP without the on-line docs. I suggest to post the description of the problems you have with Info, and ask people to help you set it up.