tmpnam()
Syntax:
#include <stdio.h> char *tmpnam( char *name );
Description:
The tmpnam() function creates an unique filename and stores it in name. tmpnam() can be called up to TMP_MAX times.
Related Topics:
tmpfile()
#include <stdio.h> char *tmpnam( char *name );