pppc/trim.h
2009-08-19 17:08:38 +00:00

10 lines
112 B
C++

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