This function converts the file number fileno for a temporary file to a unique filename, for example, tmp0001.
fileno
tmp0001
void _sys_tmpnam(char *name, int fileno, unsigned maxlength);
void _sys_tmpnam(
)
The function must be defined if tmpnam() or tmpfile() is used.
tmpnam()
tmpfile()
Returns the filename in name.
name