ifw-odp 5.1.1
 
Loading...
Searching...
No Matches
clipm_version.h
Go to the documentation of this file.
1
5
6#ifndef CLIPM_VERSION_H
7#define CLIPM_VERSION_H
8
9
10/*-----------------------------------------------------------------------------
11 Includes
12 -----------------------------------------------------------------------------*/
13
14/*-----------------------------------------------------------------------------
15 Declaration Block
16 -----------------------------------------------------------------------------*/
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/*-----------------------------------------------------------------------------
23 Prototypes
24 -----------------------------------------------------------------------------*/
25
26const char *clipm_version_get_revision(void);
27const char *clipm_version_get_date( void);
28
29/*----------------------------------------------------------------------------*/
30
31#ifdef __cplusplus
32} /* extern "C" */
33#endif
34
35#endif /* CLIPM_VERSION_H */
const char * clipm_version_get_revision(void)
Get the library's revision string.
Definition clipm_version.c:85
const char * clipm_version_get_date(void)
Get the library's revision-date string.
Definition clipm_version.c:102