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