| www.delorie.com/djgpp/doc/libc-2.01/libc_325.html | search |
#include <stdlib.h> char *getenv(const char *name);
Get the setting of the environment variable name. Do not alter or free the returned value.
The value, or NULL if that variable does not exist.
char *term = getenv("TERM");
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |