Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ tmpfile(3S) — AUX SR8.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

creat(2)

unlink(2)

fopen(3S)

mktemp(3C)

tmpnam(3S)

TMPFILE(3S)

NAME

tmpfile − create a temporary file

SYNOPSIS

#include <stdio.h>

FILE ∗tmpfile ()

DESCRIPTION

Tmpfile creates a temporary file and returns a corresponding FILE pointer.  Arrangements are made so that 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). 

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