Man page of tw_version(3) and tw_version_string(3)

Index


NAME

tw_version, tw_version_string - get version information

SYNOPSIS

C/C++ #include <tw.h>

 int tw_version();

 const char * tw_version_string();

DESCRIPTION

tw_version() returns an integer representation of the Textweiser library used.

tw_version_string() returns a string representation of the Textweiser library used.

NOTES

In order to access Textweiser version information at compile time, the following definitions are made available through including tw.h:

TW_VERSION_MAJOR

Textweiser's major version (X._._)

TW_VERSION_MINOR

Textweiser's minor version (_.X._)

TW_VERSION_BUGFIX

Textweiser's bugfix version (_._.X)

TW_VERSION_STRING

Textweiser's full version as a string ("X.X.X")

SEE ALSO