Copyright Digital Equipment Corp. All rights reserved.
Searches the environment array for the current process and
returns the value associated with a specified environment name.
Format
#include <stdlib.h>
char *getenv (const char *name);
Argument Description Return_Values