Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getenv(3) — Ultrix-11 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

exec(2)

putenv(3)

environ(5)

getenv(3)

NAME

getenv − get value of environment variables

SYNTAX

char *getenv(name)
char *name;

DESCRIPTION

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

SEE ALSO

exec(2), putenv(3), environ(5)

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