musl/src/env/getenv.c ... char *getenv(const char *name). {. int i;. size_t l = strlen(name);. if (!__environ || !*name || strchr(name, '=')) return NULL;.
確定! 回上一頁