This is Unofficial EPICS BASE Doxygen Site
epicsRelease.c
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2014 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 #include <stdlib.h>
11 #include <stdio.h>
12 
13 #include "compilerDependencies.h"
14 #include "epicsStdio.h"
15 #include "epicsVersion.h"
16 
17 #define epicsExportSharedSymbols
18 #include "epicsRelease.h"
19 #include "epicsVCS.h"
20 
22 {
23  printf ( "############################################################################\n" );
24  printf ( "## %s\n", epicsReleaseVersion );
25  printf ( "## %s\n", "Rev. " EPICS_VCS_VERSION );
26  printf ( "############################################################################\n" );
27  return 0;
28 }
#define printf
Definition: epicsStdio.h:41
#define epicsShareFunc
Definition: shareLib.h:209
epicsShareFunc int coreRelease(void)
Definition: epicsRelease.c:21
Compiler specific declarations.