1 #include <stdlib.h>
2 
3 char *
getenv(const char * name)4 getenv (const char *name)
5 {
6   return NULL;
7 }
8