IMPORT_C int setenv(const char *_string, const char *_value, int _overwrite);
Description
Adds or changes an environment variable.
Parameters
const char *_string |
|
const char *_value |
|
int _overwrite |
|
|
Return value
int |
On Success, returns 0. On Failure, returns -1, errno may be set and the environment shall be unchanged. |
|