This is a File I/O function. It is not implemented in the Compiler.
#include <stdio.h>
char *getenv(const char *name);
getenv() returns the value of environment variable name.
NULL