Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getenv(3C) — UnixWare 2.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

environ(5)

exec(2)

putenv(3C)






       getenv(3C)                                                getenv(3C)


       NAME
             getenv - return value for environment name

       SYNOPSIS
             #include <stdlib.h>
             char *getenv(const char *name);

       DESCRIPTION
             getenv searches the environment list [see environ(5)] for a
             string of the form name=value and, if the string is present,
             returns a pointer to the value in the current environment.
             Otherwise, it returns a null pointer.

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

































                           Copyright 1994 Novell, Inc.               Page 1








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