getenv (envar)
A string containing the value of the given environment variable, or nil if the environment variable is not defined.
This function retrieves the value of an environment variable from the current process's environment. The environment variable must have been set or defined previously by a call to setenv.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.