Copyright (c) 1983 The Regents of the University of California.
All rights reserved.
%sccs.include.proprietary.roff%
@(#)getenv.3 6.2 (Berkeley) 04/30/91
All rights reserved.
%sccs.include.proprietary.roff%
@(#)getenv.3 6.2 (Berkeley) 04/30/91
GETENV 3F ""
C 5 NAME
getenv - get value of environment variables
SYNOPSIS
subroutine getenv (ename, evalue) character*(*) ename, evalue
DESCRIPTION
Getenv .a
searches the environment list
(see
environ (7)) for a string of the form
ename = value and returns
value in
evalue if such a string is present, otherwise fills
evalue with blanks.
FILES
"SEE ALSO"
environ(7), execve(2)