reactos/irc/ArchBlackmann/chomp.h

14 lines
215 B
C
Raw Normal View History

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