extern char *__crt_sys_getenv(const char *name); char *getenv(const char *name) { return __crt_sys_getenv(name); }