Man page of auc_version(3) and auc_version_string(3)

Index


NAME

auc_version, auc_version_string - retrieve version information

SYNOPSIS

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

 int          auc_version()
 const char * auc_version_string()

DESCRIPTION

auc_version() and auc_version_string() allow to retrieve version information at runtime.

RETURN VALUE

auc_version() returns a numeric representation of AutoUniConv's version, consisting of the combination of major, minor and bugfix version.

auc_version_string() return a read-only string representation of AutoUniConv's version, consisting of the combination of major, minor and bugfix version, separated by a period.

The memory the returned string is stored in must not be freed.

NOTES

To determine AutoUniConv's version at compile time, the following definitions are made available by auc.h:

AUC_VERSION_STRING

string representation of the version ("MAJOR.MINOR.BUGFIX")

SEE ALSO

AutoUniConv User Manual