_environ

An environment pointer.

extern char ** _environ;

Required Header
<stdlib.h>

Remarks

The _environ global variable holds the pointer to the environment currently being used by the running program.

Standard Library

See Also    getenv, _putenv