SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » setenv()
Location: stdlib.h
stdlib.h
setenv()
IMPORT_C int setenv(const char *_string, const char *_value, int _overwrite);
Adds or changes an environment variable.
const char *_string
const char *_value
int _overwrite
int
On Success, returns 0. On Failure, returns -1, errno may be set and the environment shall be unchanged.
Copyright ©2008 Symbian Software Ltd.