  tmpnam
  Builtin Function



      SSyynnooppssiiss
        Generate temporary file name.

      SSyynnttaaxx
        tmpnam ( )

      DDeessccrriippttiioonn
        tmpnam returns a string that is not the name of an existing
        file. tmpnam generates a different name each time it is called.
        The string tmpnam returns can be used a a filename with RLaB's
        file I/O functions.


     SSeeee AAllssoo
        open, close, read, write, fprintf














































