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...
 

Detailed Description

Tools to enable easier writing of portable code.

Function Documentation

◆ setenv()

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().