LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

tmpfile

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

Was this information helpful?

Previous

time

Next

tmpnam

Previous

time

Next

tmpnam