Subject: semantics of tmpfile(). To: None <current-users@NetBSD.ORG> From: Peter Seebach <seebs@solon.com> List: current-users Date: 11/23/1995 23:00:52
t() claims to unlink temporary files returned by tmpfile().
tmpfile() claims to unlink the files before returning a FILE *
for them.
Is this intentional? Should it be reported as a bug?
-s