An environment pointer.
extern char ** _environ;
Remarks
The _environ global variable holds the pointer to the environment currently being used by the running program.
Standard Library
See Also getenv, _putenv