Query: getenv
OS: v7
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETENV(3) Library Functions Manual GETENV(3)NAMEgetenv - value for environment nameSYNOPSISchar *getenv(name) char *name;DESCRIPTIONGetenv searches the environment list (see environ(5)) for a string of the form name=value and returns value if such a string is present, otherwise 0 (NULL).SEE ALSOenviron(5), exec(2) GETENV(3)
| Related Man Pages |
|---|
| getenv(3c) - opensolaris |
| getenv(3) - debian |
| setenv(3) - ultrix |
| unsetenv(3) - ultrix |
| getenv(3c) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| getenv(3c) |