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