#include char *getenv(const char *name) { (void)name; // FIXME return NULL; }