Definition in file setenv.c.
Go to the source code of this file.
Functions | |
int | setnew (int i, const char *var, const char *val) |
int | setenv (const char *var, const char *val, int overwrite) |
int | unsetenv (const char *var) |
Variables | |
char ** | environ |
|
|
|
Definition at line 29 of file setenv.c. Referenced by setenv(). |
|
|
|
|