tmpfile
- Updated2023-02-21
- 1 minute(s) read
tmpfile
FILE *tmpfile (void);
Purpose
Creates a temporary binary file that will be automatically deleted when the user closes the file or terminates the program.
Parameters
None.
Return Value
Name | Type | Description |
steam | FILE * | Contains a pointer to the stream of the file that was temporarily created. If an error occurs, tmpfile returns NULL and sets errno to a nonzero value. |
Additional Information
Library: ANSI C Library
Include file: ansi_c.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later