Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ tmpfile(3S) — Dell System V Release 4 Issue 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

creat(2)

open(2)

unlink(2)

fopen(3S)

mktemp(3C)

perror(3C)

stdio(3S)

tmpnam(3S)



tmpfile(3S)            UNIX System V(C Development Set)             tmpfile(3S)


NAME
      tmpfile - create a temporary file

SYNOPSIS
      #include <stdio.h>

      FILE *tmpfile (void);

DESCRIPTION
      tmpfile creates a temporary file using a name generated by the tmpnam
      routine and returns a corresponding FILE pointer.  If the file cannot be
      opened, a NULL pointer is returned.  The file is automatically deleted
      when the process using it terminates or when the file is closed.  The
      file is opened for update ("w+").

SEE ALSO
      creat(2), open(2), unlink(2), fopen(3S), mktemp(3C), perror(3C),
      stdio(3S), tmpnam(3S)




































10/89                                                                    Page 1





Typewritten Software • bear@typewritten.org • Edmonds, WA 98026