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

FreeBSD Manual Pages

  
 
  

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

NAME
     shtk_config_get_bool -- Gets the value of a boolean configuration variable

LIBRARY
     shtk_import config

SYNOPSIS
     shtk_config_get_bool var_name

DESCRIPTION
     The shtk_config_get_bool function gets the value of the configuration vari-
     able  var_name,  interpreting  its  contents  as  a boolean as described in
     shtk_bool_check(3).

RETURN VALUES
     Returns 0 (true) if the variable is set to a truth  value;  otherwise,  in-
     cluding the case where the variable has not been set, returns 1.

SEE ALSO
     shtk(3), shtk_config(3)

HISTORY
     shtk_config_get_bool first appeared in shtk 1.0.

FreeBSD ports 15.quarterly	November 6, 2014	 SHTK_CONFIG_GET_BOOL(3)

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

home | help