|
MGE General C Library - API Documentation v1.9.0
Library of general C functions.
|
Header file for the libmgec shared library. More...
#include <libmgec/mge-portability.h>

Go to the source code of this file.
Macros | |
| #define | ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) |
| A simple macro to standardise on the preferred method of determining the size of an array. | |
Functions | |
| __attribute__ ((const)) const char *libmgec_get_pkg_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. | |
Header file for the libmgec shared library.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only
| #define ARRAY_SIZE | ( | x | ) | (sizeof(x) / sizeof((x)[0])) |
A simple macro to standardise on the preferred method of determining the size of an array.
| __attribute__ | ( | (const) | ) | const |
Get the source version.
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.