up | Inhaltsverzeichniss | Kommentar

Manual page for TMPFILE(3S)

tmpfile - create a temporary file

SYNOPSIS

#include <stdio.h>

FILE *tmpfile()

DESCRIPTION

tmpfile() creates a temporary file using a name generated by tmpnam.3s and returns a corresponding FILE pointer. If the file cannot be opened, an error message is printed using perror.3 and a NULL pointer is returned. The file will automatically be deleted when the process using it terminates. The file is opened for update ("w+").

SEE ALSO

creat.2v unlink.2v fopen.3v mktemp.3 perror.3 tmpnam.3s


index | Inhaltsverzeichniss | Kommentar

Created by unroff & hp-tools. © somebody (See intro for details). All Rights Reserved. Last modified 11/5/97