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 | 
|---|
| secure_getenv(3) - linux | 
| getenv(3) - suse | 
| getenv(3) - debian | 
| setenv(3) - ultrix | 
| secure_getenv(3) - centos | 
| Similar Topics in the Unix Linux Community | 
|---|
| getenv(3c) |