C++ Programming/Code/Standard C Library/Functions/tmpfile
< C++ Programming < Code < Standard C Library < Functionstmpfile
Syntax |
#include <cstdio>
FILE *tmpfile( void );
|
The function tmpfile() opens a temporary file with a unique filename and returns a pointer to that file. If there is an error, null is returned.
- Related topics
- tmpnam
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.