Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ tmpfile(3S) — GL2 W2.5

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

creat(2)

unlink(2)

fopen(3S)

mktemp(3C)

tmpnam(3S)

TMPFILE(3S)  —  Silicon Graphics

NAME

tmpfile − create a temporary file

SYNOPSIS

#include <stdio.h>

FILE ∗tmpfile ()

DESCRIPTION

Tmpfile creates a temporary file and returns a corresponding FILE pointer.  The file will automatically be deleted when the process using it terminates.  The file is opened for update. 

SEE ALSO

creat(2), unlink(2), fopen(3S), mktemp(3C), tmpnam(3S). 

Version 2.5  —  April 22, 1987

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