1GETENV(3F) GETENV(3F)
23
4
NAME
6getenv - get value of environment variables
7
SYNOPSIS
9subroutine getenv (ename, evalue)
10character*(*) ename, evalue
11
DESCRIPTION
13Getenv searches the environment list (see environ(7)) for a string of
14the form ename=value and returns value in evalue if such a string is
15present, otherwise fills evalue with blanks.
16
FILES
18/usr/lib/libU77.a
19
SEE ALSO
21environ(7), execve(2)
2223
24
25
4.2 Berkeley Distribution May 15, 1985 GETENV(3F)