44#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
char * libmgec_get_src_version(void)
Get the source version.
Definition: version.c:53
char * libmgec_get_pkg_version(void)
Get the git-describe based package version.
Definition: version.c:44
void libmgec_print_src_version(void)
Print the source version string to stdout.
Definition: version.c:69
void libmgec_print_pkg_version(void)
Print the package version string to stdout.
Definition: version.c:61
Header file to ease portability.
#define BEGIN_C_DECLS
BEGIN_C_DECLS should be used at the beginning of declarations so that C++ compilers don't mangle thei...
Definition: mge-portability.h:48
#define END_C_DECLS
Use END_C_DECLS at the end of C declarations.
Definition: mge-portability.h:52