__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 ISO POSIX (2003). __environ has the same specification as environ.