![]() |
DataWorks
Database Library/Client
|
DataWorks info. More...
Go to the source code of this file.
Functions | |
const char * | dataworks_get_version (void) |
Get the version of DataWorks. | |
const char * | dataworks_get_compile_date (void) |
Get the compilation date of DataWorks. | |
const char * | dataworks_get_platform (void) |
Get the compilation platform of DataWorks. | |
char | dataworks_get_endian (void) |
Get the Endian of the platform. | |
const char * | dataworks_get_copyright (void) |
Get the copyright of DataWorks. | |
DataWorks info.
Definition in file dataworks.h.
const char * dataworks_get_compile_date | ( | void | ) |
Get the compilation date of DataWorks.
Definition at line 51 of file dataworks.c.
const char * dataworks_get_copyright | ( | void | ) |
Get the copyright of DataWorks.
Definition at line 58 of file dataworks.c.
char dataworks_get_endian | ( | void | ) |
Get the Endian of the platform.
Definition at line 53 of file dataworks.c.
const char * dataworks_get_platform | ( | void | ) |
Get the compilation platform of DataWorks.
Definition at line 52 of file dataworks.c.
const char * dataworks_get_version | ( | void | ) |
Get the version of DataWorks.
Definition at line 50 of file dataworks.c.