/* ISC license. */ #include #include char const *env_get (char const *s) { return env_get2((char const **)environ, s) ; }