#ifndef ENVIRONMENT_H #define ENVIRONMENT_H #include void setupEnv(char **env); std::string getEnv(const std::string &env); #endif