Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getenv.bsd(3) — Domain/IX SR9.5

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

execve(2)

GETENV(3)

NAME

getenv − get the value of an environment variable

USAGE

char *getenv(name) char *name;

DESCRIPTION

Getenv searches through the list of environment variables for a string of the form: name=value If it finds an entry, getenv returns a pointer to the null-terminated string value. If it cannot find an entry for name, getenv returns the value zero (NULL). 

RELATED INFORMATION

execve(2)

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