C++ Programming/Code/Standard C Library/Functions/tmpnam
< C++ Programming < Code < Standard C Library < Functionstmpnam
Syntax |
#include <cstdio>
char *tmpnam( char *name );
|
The tmpnam() function creates a unique filename and stores it in name. tmpnam() can be called up to TMP_MAX times.
- Related topics
- tmpfile
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.