#if ! defined(CIPRES_STRING_MANIP_HPP) #define CIPRES_STRING_MANIP_HPP #include namespace cipres { std::string toUpper(const std::string & inString); } // end namespace cipres #endif