xref: /original-bsd/share/man/man3f/getenv.3 (revision 2301fdfb)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)getenv.3 6.1 (Berkeley) 05/15/85

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)