tmpfile()
Syntax:
#include <stdio.h> FILE *tmpfile( void );
Description:
The function tempfile() opens a temporary file with an unique filename and returns a pointer to that file. If there is an error, NULL is returned.
Related Topics:
tmpnam()
#include <stdio.h> FILE *tmpfile( void );