Query: getenv
OS: minix
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 nameSYNOPSIS#include <stdlib.h> char *getenv(const char *name)DESCRIPTIONGetenv searches the environment list (see environ(7)) for a string of the form name=value and returns a pointer to the string value if such a string is present, otherwise getenv returns the null pointer.SEE ALSOenviron(7), execve(2). 7th Edition May 15, 1985 GETENV(3)
Related Man Pages |
---|
setenv(3) - ultrix |
getenv(3) - centos |
unsetenv(3) - ultrix |
getenv(3) - ultrix |
getenv(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
getenv(3c) |