EPICS Base  7.0.8.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
epicsStdioRedirect.h
1 /*************************************************************************\
2 * Copyright (c) 2009 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 
11 /* epicsStdioRedirect.h */
12 
13 /* This file is now obsolete, and is likely to be
14  * deleted in a future release of EPICS Base.
15  *
16  * Use the epicsStdio.h header file instead.
17  */
18 
19 #ifndef epicsStdioRedirecth
20 #define epicsStdioRedirecth
21 
22 #include <epicsStdio.h>
23 
24 #endif /* epicsStdioRedirecth */
Standardize the behavior of stdio across EPICS targets.