delorie.com/archives/browse.cgi | search |
Date: | Wed, 14 Apr 1999 13:27:01 -0400 |
Message-Id: | <199904141727.NAA22054@envy.delorie.com> |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | djgpp-workers AT delorie DOT com |
In-reply-to: | <m10XR79-000S8IC@inti.gov.ar> (salvador@inti.gov.ar) |
Subject: | Re: Stack in djgpp |
References: | <m10X9m5-000S8aC AT inti DOT gov DOT ar> <m10XR79-000S8IC AT inti DOT gov DOT ar> |
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 |
> 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |