|
NAMEshtk_version_at_most —
Checks if shtk is a maximum version
LIBRARYshtk_import versionSYNOPSIS
DESCRIPTIONTheshtk_version_at_most function checks if the version
of the in-use shtk is, at most, the version given in
version.
RETURN VALUESshtk_version_at_most returns 0 (true) if the in-use
shtk is version version or
earlier; 1 (false) otherwise.
EXAMPLESif shtk_version_at_most 1.10; then # Maybe exit if we know we do not work well with 1.10 and above. fi SEE ALSOshtk(3), shtk_version(3)HISTORYshtk_version_at_most first appeared in
shtk 1.5.
Visit the GSP FreeBSD Man Page Interface. |