GETENV(3)
NAME
getenv − value for environment name
USAGE
char *getenv(name)
char *name;
DESCRIPTION
Getenv searches the environment list for a string of the form name=value and returns a pointer to the string value if such a string is present, otherwise getenv returns the value zero (NULL).