1GETENV(3F)                                                          GETENV(3F)
2
3
4

NAME

6       getenv - get value of environment variables
7

SYNOPSIS

9       subroutine getenv (ename, evalue)
10       character*(*) ename, evalue
11

DESCRIPTION

13       Getenv  searches  the environment list (see environ(7)) for a string of
14       the form ename=value and returns value in evalue if such  a  string  is
15       present, otherwise fills evalue with blanks.
16

FILES

18       /usr/lib/libU77.a
19

SEE ALSO

21       environ(7), execve(2)
22
23
24
254.2 Berkeley Distribution        May 15, 1985                       GETENV(3F)
Impressum