GETENV(3) — C LIBRARY FUNCTIONS
NAME
getenv − value for environment name
SYNOPSIS
char ∗getenv(name)
char ∗name;
DESCRIPTION
Getenv searches the environment list (see environ(5)) 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 0 (NULL).
SEE ALSO
Sun Release 3.0β — Last change: 19 January 1983