char *getenv( const char *name );
This service searches the set of environment variables for
a string that matches the specified name
. If found,
it returns the associated value.
The environment list consists of name value pairs that are of the form name = value.
Copyright © 1988-2008 OAR Corporation