MGE System Utility Library - API Documentation  v1.5.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  * 06/12/2021 MG 1.0.7 Tighten SPDX tag. *
27  * 15/09/2022 MG 1.0.8 Rename portability.h *
28  * Use pkginclude location. *
29  * *
30  ************************************************************************
31  */
32 
33 #ifndef LIBMGESYSUTILS_H
34 #define LIBMGESYSUTILS_H
35 
36 #include <libmgec/mge-portability.h>
37 
38 BEGIN_C_DECLS
39 
41 
43 
45 
47 
48 END_C_DECLS
49 
50 #endif /* ndef LIBMGESYSUTILS_H */
void libmgesysutils_print_src_version(void)
Print the source version string to stdout.
Definition: version.c:74
void libmgesysutils_print_pkg_version(void)
Print the package version string to stdout.
Definition: version.c:65
char * libmgesysutils_get_src_version(void)
Get the source version.
Definition: version.c:57
BEGIN_C_DECLS char * libmgesysutils_get_pkg_version(void)
Get the git-describe based package version.
Definition: version.c:48