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

Header file for libmgesysutils shared library. More...

#include <libmgec/mge-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 __attribute__ ((const)) const char *libmgesysutils_get_pkg_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-2023 Mark Grant

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

Version
v1.1.1 ==== 24/11/2023

Function Documentation

◆ __attribute__()

__attribute__ ( (const)  ) const

Get the source version.

Returns
The source version string.

Get the source version.

Returns
The package version string.
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.