Write a function that deletes the variable name from the environment (without using unsetenv). Prototype: int _unsetenv(const char *name); man 3 unsetenv
Write a function that deletes the variable name from the environment (without using unsetenv).
Prototype: int _unsetenv(const char *name);
man 3 unsetenv