xref: /original-bsd/share/man/man3f/getenv.3 (revision c3e32dec)
Copyright (c) 1983, 1993
The Regents of the University of California. All rights reserved.

%sccs.include.proprietary.roff%

@(#)getenv.3 8.1 (Berkeley) 06/05/93

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)