man.bsd.lv manual page server

Manual Page Search Parameters
GETENV(3) Library Functions Manual 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)

UNIX-7