|
NAMEshtk_version_is —
Checks if shtk is a specific version
LIBRARYshtk_import versionSYNOPSIS
DESCRIPTIONTheshtk_version_is function checks if the version of
the in-use shtk is exactly
version.
RETURN VALUESshtk_version_is returns 0 (true) if the in-use
shtk is version version; 1
(false) otherwise.
EXAMPLESif shtk_version_is 1.8; then # Test for a known bug, for example, and work it around. fi SEE ALSOshtk(3), shtk_version(3)HISTORYshtk_version_is first appeared in
shtk 1.5.
Visit the GSP FreeBSD Man Page Interface. |