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
12
int
kipr_version_major
();
13
14
int
kipr_version_minor
();
15
16
int
kipr_version_patch
();
17
18
const
char
*
kipr_version
();
19
20
const
char
*
kipr_build_datetime
();
21
22
#ifdef __cplusplus
23
}
24
#endif
25
26
#endif
kipr_git_commit_hash
const char * kipr_git_commit_hash()
kipr_build_datetime
const char * kipr_build_datetime()
kipr_version
const char * kipr_version()
kipr_version_patch
int kipr_version_patch()
kipr_version_minor
int kipr_version_minor()
kipr_git_branch
const char * kipr_git_branch()
kipr_version_major
int kipr_version_major()
module
core
public
kipr
core
core.h
Generated by
1.9.1