MGE System Utility Library - Full Internal Documentation  v1.2.1
Library of system utility functions.
libmgesysutils.h
Go to the documentation of this file.
1 
14 /* **********************************************************************
15  * *
16  * Changelog *
17  * *
18  * Date Author Version Description *
19  * *
20  * 12/07/2015 MG 1.0.1 First release. *
21  * 07/11/2017 MG 1.0.2 Add Doxygen comments. *
22  * 10/11/2017 MG 1.0.3 Add SPDX license tag. *
23  * 02/01/2018 MG 1.0.4 Move to new source directory structure. *
24  * 16/05/2019 MG 1.0.5 Collapse AT sub-projects into one. *
25  * 30/10/2019 MG 1.0.6 Apply clang-format. *
26  * *
27  ************************************************************************
28  */
29 
30 #ifndef LIBMGESYSUTILS_H
31 #define LIBMGESYSUTILS_H
32 
33 #include <portability.h>
34 
35 BEGIN_C_DECLS
36 
38 
40 
42 
44 
45 END_C_DECLS
46 
47 #endif /* ndef LIBMGESYSUTILS_H */
48 
BEGIN_C_DECLS char * libmgesysutils_get_pkg_version(void)
Get the git-describe based package version.
Definition: version.c:46
void libmgesysutils_print_pkg_version(void)
Print the package version string to stdout.
Definition: version.c:63
char * libmgesysutils_get_src_version(void)
Get the source version.
Definition: version.c:55
void libmgesysutils_print_src_version(void)
Print the source version string to stdout.
Definition: version.c:72