Write a function that gets an environment variable. (without using getenv) Prototype: char *_getenv(const char *name); man 3 getenv
Write a function that gets an environment variable. (without using getenv)
Prototype: char *_getenv(const char *name);
man 3 getenv