getenv()

This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.

Syntax
  #include <stdio.h>

  
  char *getenv(const char *name);

  
Description

getenv() returns the value of environment variable name.

Return

NULL

See also