Copyright Digital Equipment Corp. All rights reserved.

getenv

   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);
 


Additional information available:

Argument        Description     Return_Values