EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 * SPDX-License-Identifier: EPICS
7 * EPICS BASE is distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 
16 #ifndef INC_epicsTempFile_H
17 #define INC_epicsTempFile_H
18 
19 #include <stdio.h>
20 
21 #include "libComAPI.h"
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
31 LIBCOM_API FILE * epicsStdCall epicsTempFile(void);
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif /* INC_epicsTempFile_H */
LIBCOM_API FILE *epicsStdCall epicsTempFile(void)
Create and open a temporary file.