Unix |
Unix v7 |
|
![]() |
getenv(3) |
![]() |
getenv − value for environment name
char
*getenv(name)
char *name;
Getenv searches the environment list (see environ(5)) for a string of the form name=value and returns value if such a string is present, otherwise 0 (NULL).
environ(5), exec(2)
![]() |
getenv(3) | ![]() |