Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

creat(2)

unlink(2)

fopen(3s)

mktemp(3)

tmpnam(3s)

tmpfile(3s)

NAME

tmpfile − create a temporary file

SYNTAX

#include <stdio.h>

FILE ∗tmpfile ()

DESCRIPTION

The tmpfile subroutine 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(3), tmpnam(3s)

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