1 #ifndef MSP_CORE_ENVIRON_H_
2 #define MSP_CORE_ENVIRON_H_
5 #include "mspcore_api.h"
9 MSPCORE_API std::string getenv(const std::string &);
10 MSPCORE_API void setenv(const std::string &, const std::string &);
11 MSPCORE_API void unsetenv(const std::string &);