MGE System Utility Library - Full Internal Documentation  v1.4.7
Library of system utility functions.
libmgesysutils.h File Reference

Header file for libmgesysutils shared library. More...

#include <portability.h>
Include dependency graph for libmgesysutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BEGIN_C_DECLS char * libmgesysutils_get_pkg_version (void)
 Get the git-describe based package version. More...
 
char * libmgesysutils_get_src_version (void)
 Get the source version. More...
 
void libmgesysutils_print_pkg_version (void)
 Print the package version string to stdout. More...
 
void libmgesysutils_print_src_version (void)
 Print the source version string to stdout. More...
 

Detailed Description

Header file for libmgesysutils shared library.

Author
Copyright (C) 2015-2019, 2021 Mark Grant

Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only

Version
v1.0.7 ==== 06/12/2021

Function Documentation

◆ libmgesysutils_get_pkg_version()

BEGIN_C_DECLS char* libmgesysutils_get_pkg_version ( void  )

Get the git-describe based package version.

Returns
The package version string.

◆ libmgesysutils_get_src_version()

char* libmgesysutils_get_src_version ( void  )

Get the source version.

Returns
The source version string.

◆ libmgesysutils_print_pkg_version()

void libmgesysutils_print_pkg_version ( void  )

Print the package version string to stdout.

◆ libmgesysutils_print_src_version()

void libmgesysutils_print_src_version ( void  )

Print the source version string to stdout.