Write a function that changes or adds an environment variable (without using setenv). Prototype: int _setenv(const char *name, const char *value, int overwrite); man 3 setenv
Write a function that changes or adds an environment variable (without using setenv).
Prototype: int _setenv(const char *name, const char *value, int overwrite);
man 3 setenv