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'. |
References free(), NULL, NUTASSERT, rc, setenv(), strchr(), and strdup().