home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-23 | 337 b | 15 lines | [TEXT/RLAB] |
- 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
-