
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 50 of file putenv.c.
References free(), NUTASSERT, setenv(), strchr(), and strdup().
