make mupa file loading eol-style insensitive
[mussa.git] / alg / io.hpp
1 #ifndef IO_HPP_
2 #define IO_HPP_
3
4 #include <iostream>
5 #include <string>
6
7 //! useful function for ignoring the various end of line conventions
8 void multiplatform_getline(std::istream& in, std::string& line);
9
10 #endif /*IO_HPP_*/