DataWorks
Database Library/Client
Loading...
Searching...
No Matches
dataworks.h File Reference

DataWorks info. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

DataWorks info.

Definition in file dataworks.h.

Function Documentation

◆ dataworks_get_compile_date()

const char * dataworks_get_compile_date ( void  )

Get the compilation date of DataWorks.

Returns
Compilation date of DataWorks

Definition at line 51 of file dataworks.c.

◆ dataworks_get_copyright()

const char * dataworks_get_copyright ( void  )

Get the copyright of DataWorks.

Returns
Copyright of DataWorks

Definition at line 58 of file dataworks.c.

◆ dataworks_get_endian()

char dataworks_get_endian ( void  )

Get the Endian of the platform.

Returns
Endian of the platform

Definition at line 53 of file dataworks.c.

◆ dataworks_get_platform()

const char * dataworks_get_platform ( void  )

Get the compilation platform of DataWorks.

Returns
Compilation platform of DataWorks

Definition at line 52 of file dataworks.c.

◆ dataworks_get_version()

const char * dataworks_get_version ( void  )

Get the version of DataWorks.

Returns
Version of DataWorks

Definition at line 50 of file dataworks.c.