// trim.h // This file is (C) 2004 Royce Mitchell III // and released under the BSD & LGPL licenses #ifndef TRIM_H #define TRIM_H #include std::string trim ( const std::string& s ); #endif//TRIM_H