EPICS Base 7.0.8.0
Loading...
Searching...
No Matches
Functions
epicsTempFile.h File Reference

OS-independent way to create temporary files. More...

#include <stdio.h>
#include "libComAPI.h"
Include dependency graph for epicsTempFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

LIBCOM_API FILE *epicsStdCall epicsTempFile (void)
 Create and open a temporary file.
 

Function Documentation

◆ epicsTempFile()

LIBCOM_API FILE *epicsStdCall epicsTempFile ( void  )
Returns
NULL or a FILE pointer to a temporary file.