Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getenv(3) — SunOS 3.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

environ(5V)

execve(2)

putenv(3)

GETENV(3)  —  C LIBRARY FUNCTIONS

NAME

getenv − return value for environment name

SYNOPSIS

char ∗getenv(name)
char ∗name;

DESCRIPTION

Getenv searches the environment list (see environ(5V)) for a string of the form name=value, and returns a pointer to the string value if such a string is present, otherwise NULL pointer. 

SEE ALSO

environ(5V), execve(2), putenv(3)

Sun Release 3.2  —  Last change:

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