tlx
|
Tools to enable easier writing of portable code. More...
Functions | |
int | setenv (const char *name, const char *value, int overwrite) |
setenv - change or add an environment variable. 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 42 of file setenv.cpp.