qc.hlp (Table of Contents; Topic list)
putenv
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <stdlib.h>
 
  Syntax:    int putenv( char *envstring );
 
  Returns:   0 if successful, or -1 if not.
 
  See also:  getenv
                                    -♦-