This is a File I/O function. It is not implemented in the Compiler.
#include <stdio.h>
char *tmpnam(char *s);
tmpnam() creates a new unique filename. If s is not NULL, this name is assigned to it.
A unique filename.
tmpfile()