This is Unofficial EPICS BASE Doxygen Site
epicsStdioRedirect.h
Go to the documentation of this file.
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 * EPICS BASE is distributed subject to a Software License Agreement found
7 * in file LICENSE that is included with this distribution.
8 \*************************************************************************/
9 
10 /* epicsStdioRedirect.h */
11 
12 /* This file is now obselete, and is likely to be
13  * deleted in a future release of EPICS Base.
14  *
15  * Use the epicsStdio.h header file instead.
16  */
17 
18 #ifndef epicsStdioRedirecth
19 #define epicsStdioRedirecth
20 
21 #include <epicsStdio.h>
22 
23 #endif /* epicsStdioRedirecth */