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 all references to the file have been closed. The file is opened for update.