tlx
Loading...
Searching...
No Matches
Helpers for Portable Code

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.
 

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 42 of file setenv.cpp.