reactos/irc/ArchBlackmann/trim.h

14 lines
211 B
C
Raw Normal View History

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