Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax
extern char * *environ;
Description environ
is an external variable that points to an array of strings with environment variables,
called the "environment" in short. Each string in the array has the form "name=value", where | |
Notes See also | The
|