import avifil32 from WINE 0.9.1
[reactos.git] / irc / ArchBlackmann / chomp.h
1 // chomp.h
2 // This file is (C) 2004 Royce Mitchell III
3 // and released under the BSD & LGPL licenses
4
5 #ifndef CHOMP_H
6 #define CHOMP_H
7
8 #include <string>
9
10 std::string chomp ( const std::string& s );
11
12 #endif//TRIM_H
13