__environ

Name

__environ -- alias for environ - user environment

Synopsis

extern char **__environ;

Description

The external variable __environ shall implement the environment variable environ as specified in POSIX 1003.1-2008 (ISO/IEC 9945-2009). __environ has the same specification as environ.