Copyright Digital Equipment Corp. All rights reserved.
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);
Arguments Description Return_Values