24 #include <boost/optional.hpp>
28 #define LIBSUB_UNUSED(x) (void)(x)
34 extern bool empty_or_white_space (std::string s);
35 extern void remove_unicode_bom (boost::optional<std::string>& line);
36 extern boost::optional<std::string> get_line_file (FILE* f);
37 extern boost::optional<std::string> get_line_string (std::string* s);
38 extern void dump (std::shared_ptr<const Reader> read, std::ostream& os);