#include <stdlib.h> char *getenv(const char *name) { // FIXME return NULL; }