Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getenv(3) — Ultrix WS 2.0 VAX

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

execve(2)

environ(7)

getenv(3)

NAME

getenv − get value for environment name

SYNTAX

char *getenv(name)
char *name;

DESCRIPTION

The getenv subroutine searches the environment list for a string of the form name=value and returns a pointer to the string value if such a string is present, otherwise getenv returns the value 0 (NULL). For further information, see environ(.).

SEE ALSO

execve(2), environ(7)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026