On Sun, Dec 24, 2000 at 08:22:18AM -0700, [EMAIL PROTECTED] wrote:
> I tested on both OS/390 and Solaris. mkstemp() creates files with mode 600.
> tmpfile() deletes the file when it's closed (on Solaris by unlinking the
> file before tmpfile() returns; on OS/390 by making a memorandum and
> deleting it later.) This behavior is ideal for some purposes; a problem
> for others. mkstemp() leaves it to the programmer to delete the file.
tmpfile() is hard for us to use because Lynx reuses filenames (also,
since it does use the filenames - ultimately the reason I stuffed that
all into a temporary directory for 2.8.3).
--
Thomas E. Dickey <[EMAIL PROTECTED]>
http://dickey.his.com
ftp://dickey.his.com
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]