MGE General C Library - API Documentation v1.8.0
Library of general C functions.
|
Standard versioning. More...
Functions | |
char * | libmgec_get_pkg_version (void) |
Get the git-describe based package version. More... | |
char * | libmgec_get_src_version (void) |
Get the source version. More... | |
void | libmgec_print_pkg_version (void) |
Print the package version string to stdout. More... | |
void | libmgec_print_src_version (void) |
Print the source version string to stdout. More... | |
Standard versioning.
Standard library-wide software versioning functions and information.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only
char * libmgec_get_pkg_version | ( | void | ) |
Get the git-describe based package version.
char * libmgec_get_src_version | ( | void | ) |
Get the source version.
void libmgec_print_pkg_version | ( | void | ) |
Print the package version string to stdout.
void libmgec_print_src_version | ( | void | ) |
Print the source version string to stdout.