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