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