tmpnam:

Synopsis: Create a unique file name.

Syntax:	tmpnam ( )

Description:

	tmpnam returns a string that is not the name of an existing
	file. tmpnam generates a different name each time is is
	called. The string tmpnam returns can be used a a filename
	with RLaB's file I/O functions.

See Also: open, close, read, write, fprintf
