SemysLibVerGetVersionString

01 Returns the version of the library as string.
02

char const *SemysLibGetVerVersionString();

03 Return Values:
A reference to a static string containing the version number.
04 The returned string contains the version numbers, separated by a dot; Example:
"  0. 90.  0"
05 As long as the fourth version number is always 0, the version string only contains three numbers.
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.