This is Unofficial EPICS BASE Doxygen Site
epicsTempFile.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2012 UChicago Argonne LLC, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * EPICS BASE is distributed subject to a Software License Agreement found
7 * in file LICENSE that is included with this distribution.
8 \*************************************************************************/
9 
15 #ifndef INC_epicsTempFile_H
16 #define INC_epicsTempFile_H
17 
18 #include <stdio.h>
19 
20 #include "libComAPI.h"
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
30 LIBCOM_API FILE * epicsStdCall epicsTempFile(void);
31 
32 #ifdef __cplusplus
33 }
34 #endif
35 
36 #endif /* INC_epicsTempFile_H */
LIBCOM_API FILE *epicsStdCall epicsTempFile(void)
Create and open a temporary file.
Definition: epicsTempFile.c:15