Go to the source code of this file.
Functions | |
int | putenv (CONST char *string) |
Add a new or update an existing environment variable. |
int putenv | ( | CONST char * | string | ) |
Add a new or update an existing environment variable.
Points | to a string of the form 'name=value'. |
Definition at line 49 of file putenv.c.
References free, malloc, setenv(), strchr(), strcpy(), and strlen().