MGE System Utility Library - Full Internal Documentation  v1.4.7
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  * 06/12/2021 MG 1.0.7 Tighten SPDX tag. *
27  * *
28  ************************************************************************
29  */
30 
31 #ifndef LIBMGESYSUTILS_H
32 #define LIBMGESYSUTILS_H
33 
34 #include <portability.h>
35 
36 BEGIN_C_DECLS
37 
39 
41 
43 
45 
46 END_C_DECLS
47 
48 #endif /* ndef LIBMGESYSUTILS_H */
49 
void libmgesysutils_print_src_version(void)
Print the source version string to stdout.
Definition: version.c:73
void libmgesysutils_print_pkg_version(void)
Print the package version string to stdout.
Definition: version.c:64
char * libmgesysutils_get_src_version(void)
Get the source version.
Definition: version.c:56
BEGIN_C_DECLS char * libmgesysutils_get_pkg_version(void)
Get the git-describe based package version.
Definition: version.c:47