int setenv( const char *name, const char *value, int overwrite );
Returns 0 if successful and -1 otherwise.
This service adds the variable name
to the environment with
value
. If name
is not already exist, then it is
created. If name
exists and overwrite
is zero, then
the previous value is not overwritten.
NONE
Copyright © 1988-2004 OAR Corporation