#ifndef __FUNCT_H #define __FUNCT_H #include std::string& replaceAll(std::string& context, const std::string& from, const std::string& to); #endif //__FUNCT_H