getenv()

This is a File I/O function. It is not implemented in the Compiler.

Syntax
  #include <stdio.h>

  
  char *getenv(const char *name);

  
Description

getenv() returns the value of environment variable name.

Return

NULL