13 rader
178 B
C
13 rader
178 B
C
|
|
#ifndef VERSION_H
|
||
|
|
#define VERSION_H
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
const char* get_git_version_info();
|
||
|
|
#ifdef __cplusplus
|
||
|
|
} /* extern "C" */
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif // VERSION_H
|