This is Unofficial EPICS BASE Doxygen Site
iocshRegisterCommon.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2007 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 /* iocshRegisterCommon.h */
10 /* Author: Marty Kraimer Date: 27APR2000 */
11 
12 #ifndef INCiocshRegisterCommonH
13 #define INCiocshRegisterCommonH
14 
15 #include "shareLib.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 /* register many useful commands */
23 
24 #ifdef __cplusplus
25 }
26 #endif
27 
28 #endif /*INCiocshRegisterCommonH*/
#define epicsShareFunc
Definition: shareLib.h:209
Mark external symbols and entry points for shared libraries.
epicsShareFunc void iocshRegisterCommon(void)