int putenv( const char *envvar )
- prototype in stdlib.h - adds string to environment - DOS environment consists of strings of form envvar=varvalue,... - returns 0 if OK 1 on failure
- prototype in stdlib.h - adds string to environment - DOS environment consists of strings of form envvar=varvalue,... - returns 0 if OK 1 on failure