SemysLibVerGetDescription

01 Returns the description of the library build as string.
02

char const *SemysLibVerGetDescription();

03 Return Values:
A reference to a static string containing the build information.
04 The returned string contains a description usefull for tracing purposes; Example:
"SemysLib Ver.  0. 90.  0, shared library"
05 Currently, next the the version number, the string also describes if the library had been linked statically or as a shared library.
06 Reference: Semys.h
Implementation: Semys Library
See Also: Main Sub-System, SemysLibGetVerVersionNumber(), SemysLibGetVerDescription()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.