Files
epics-base/src/misc/epicsRelease.h
2000-02-29 22:31:21 +00:00

21 lines
635 B
C

/* epicsRelease.h */
/*****************************************************************
COPYRIGHT NOTIFICATION
*****************************************************************
(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO
This software was developed under a United States Government license
described on the COPYRIGHT_UniversityOfChicago file included as part
of this distribution.
**********************************************************************/
#ifndef INCepicsReleaseh
#define INCepicsReleaseh
#include "shareLib.h"
epicsShareFunc int epicsShareAPI coreRelease(void);
#endif /*INCepicsReleaseh*/