#ifndef TRIM_H #define TRIM_H #include std::string trim(const std::string & orig); #endif