os_get_option(D3psm)
os_get_option --
return a configuration option
Synopsis
const char *os_get_option(const char *param)
Description
os_get_option looks for a configuration option named
param. If it finds one, it returns its value as a string. Otherwise
it returns NULL. The parameter name matching is not case sensitive.
Arguments
param-
the name of the configuration option
Return values
os_get_option
returns a const char *
pointer to a string corresponding
to the param value.
A value of NULL is returned if param was not found.
Usage
Hardware applicability
All.
Version applicability
psm:
2
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - 19 June 2005