Go to the source code of this file.
Functions | |
char * | getenv (const char *name) |
Get an environment variable. |
|
Get an environment variable. This function performs exactly the same as the standard getenv, except that requests are logged via the debug facility with a flag of D_GETENV. This can be useful for debugging complex systems.
|