shtk_config_set
—
Sets the value of a configuration variable
shtk_config_set |
var_name value |
The shtk_config_set
function sets the
value of the configuration variable var_name to
value. The given configuration variable must be a
valid configuration variable as previously specified by a call to
shtk_config_init(3).
If var_name is invalid because it has not
been registered as a valid configuration variable with a call to
shtk_config_init(3),
execution terminates with an error.
shtk_config_set
first appeared in
shtk
1.0.