Copyright Digital Equipment Corp. All rights reserved.

setenv

   Inserts or resets the environment variable specified by name in
   the current environment list.

   Format

     #include  <stdlib.h>

     int setenv  (const char *name, const char *value, int          
                 overwrite);
 


Additional information available:

Arguments       Description     Return_Values