Thrill
0.1
|
Functions | |
int | setenv (const char *name, const char *value, int overwrite) |
setenv - change or add an environment variable Windows porting madness because setenv() is apparently dangerous More... | |
Tools to enable easier writing of portable code.
int setenv | ( | const char * | name, |
const char * | value, | ||
int | overwrite | ||
) |
setenv - change or add an environment variable Windows porting madness because setenv() is apparently dangerous
Definition at line 31 of file setenv.cpp.
Referenced by thrill::api::RunLocalTests().