
     NAME
          getenv - return value for environment name

     SYNTAX
          char *getenv (name)
          char *name;

     DESCRIPTION
          Getenv searches the environment list (see environ.m) for a
          string of the form name=value, and returns a pointer to the
          value in the current environment if such a string is
          present, otherwise a NULL pointer.

     SEE ALSO
          exec.m, putenv.m, environ.m

          (printed 07/29/92 - J B Systems)

