libkipr  1.0.0
core.h
Go to the documentation of this file.
1 #ifndef _KIPR_CORE_CORE_H_
2 #define _KIPR_CORE_CORE_H_
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 const char *kipr_git_branch();
9 
10 const char *kipr_git_commit_hash();
11 
13 
15 
17 
18 const char *kipr_version();
19 
20 const char *kipr_build_datetime();
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif
const char * kipr_git_commit_hash()
const char * kipr_build_datetime()
const char * kipr_version()
int kipr_version_patch()
int kipr_version_minor()
const char * kipr_git_branch()
int kipr_version_major()