character*len ename, evalue external getenv call getenv ( ename, evalue )
The getenv subroutine searches the environment list for a string of the form ename = value . It returns value in evalue if such a string is present; otherwise, the subroutine fills evalue with blanks.
execve(2), environ(7)