v7 man page for getenv

Query: getenv

OS: v7

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GETENV(3)						     Library Functions Manual							 GETENV(3)

NAME
getenv - value for environment name
SYNOPSIS
char *getenv(name) char *name;
DESCRIPTION
Getenv searches the environment list (see environ(5)) for a string of the form name=value and returns value if such a string is present, otherwise 0 (NULL).
SEE ALSO
environ(5), exec(2) GETENV(3)
Related Man Pages
getenv(3) - linux
getenv(3) - suse
getenv(3c) - hpux
getenv(3c) - sunos
getenv(3) - x11r4
Similar Topics in the Unix Linux Community
getenv(3c)