Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SHTK_VERSION_IS(3)	    Library Functions Manual	    SHTK_VERSION_IS(3)

NAME
       shtk_version_is -- Checks if shtk is a specific version

LIBRARY
       shtk_import version

SYNOPSIS
       shtk_version_is version

DESCRIPTION
       The  shtk_version_is  function checks if	the version of the in-use shtk
       is exactly version.

RETURN VALUES
       shtk_version_is returns 0 (true)	if the in-use shtk is version version;
       1 (false) otherwise.

EXAMPLES
	     if	shtk_version_is	1.8; then
		 # Test	for a known bug, for example, and work it around.
	     fi

SEE ALSO
       shtk(3),	shtk_version(3)

HISTORY
       shtk_version_is first appeared in shtk 1.5.

FreeBSD	Ports 14.quarterly     November	7, 2014		    SHTK_VERSION_IS(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=shtk_version_is&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help