From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: "Missing" functions Date: Mon, 04 Aug 1997 11:51:48 +0200 Organization: TU Chemnitz-Zwickau Lines: 18 Message-ID: <33E5A634.3DD64EE6@Mathematik.TU-Chemnitz.DE> References: <33E20183 DOT 69C5 AT ncs DOT com> NNTP-Posting-Host: pandora.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Brian Almquist wrote: > > and the other is fcloseall() In DJGPP you don't need this function (if the meaning of it is to close all still opened files when exiting), because this is done already in the DJGPP exit() function. (But of course only for files which were opened with fopen ond not with open). Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************