#include <gobjconfig.h>
#include <stdio.h>
Functions | |
void | Gj_lib_init () |
Initialize the library. | |
void | Gj_lib_finish () |
Finalize the library. | |
void | Gj_lib_printInfo (FILE* s) |
Print library information to a given stream. More... | |
char* | Gj_lib_getPackageName () |
Get the package name. | |
char* | Gj_lib_getPackageVersion () |
Get the package version. | |
char* | Gj_lib_getCompUser () |
Get the compiling user name. | |
char* | Gj_lib_getCompMachineName () |
Get the compiling machine name. | |
char* | Gj_lib_getHostMachine () |
Get the host machine type. | |
char* | Gj_lib_getBuildMachine () |
Get the build (target) machine type. | |
char* | Gj_lib_getCCVersion () |
Get the C compiler name and version. | |
char* | Gj_lib_getCompDate () |
Get the compiling date. | |
char* | Gj_lib_getCompTime () |
Get the compiling time. |
|
Print library information to a given stream.
|