__environ

Name

__environ -- alias for environ - user environment

Synopsis

extern char * *__environ;

Description

__environ is an alias for environ - user environment.

__environ has the same specification as environ.

__environ is not in the source standard; it is only in the binary standard.