Date: Wed, 14 Apr 1999 13:27:01 -0400 Message-Id: <199904141727.NAA22054@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: (salvador@inti.gov.ar) Subject: Re: Stack in djgpp References: Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Should djgpp behave like this. I mean: unlink checks in the list of opened > files, if the file is open it just sets a flag (not call) and then in close > check this flag and if needed remove the file... hmmm can be implemented, > don't know if that's really needed. There's already a function to do this. We note the filename in the FILE* struct and remove the file upon close. We don't support it in the general case, but we do have the standard function for making temporary files.