#include "ansidecl.h"#include <sys/types.h>#include <stdio.h>#include <errno.h>

Go to the source code of this file.
Defines | |
| #define | setenv libiberty_setenv |
| #define | unsetenv libiberty_unsetenv |
| #define | __set_errno(ev) ((errno) = (ev)) |
| #define | __environ environ |
| #define | LOCK |
| #define | UNLOCK |
Functions/Subroutines | |
| int | setenv (const char *name, const char *value, int replace) |
| void | unsetenv (const char *name) |
Variables | |
| int | errno |
| char ** | environ |
| static char ** | last_environ |
| int setenv | ( | const char * | name, | |
| const char * | value, | |||
| int | replace | |||
| ) |
| void unsetenv | ( | const char * | name | ) |
| int errno |
char** last_environ [static] |
1.5.6