8 #ifndef INCLUDED_ORCUS_STREAM_HPP
9 #define INCLUDED_ORCUS_STREAM_HPP
12 #include "orcus/pstring.hpp"
22 ORCUS_PSR_DLLPUBLIC std::string load_file_content(
const char* filepath);
33 ORCUS_PSR_DLLPUBLIC std::string create_parse_error_output(
34 const pstring& strm, std::ptrdiff_t offset);
47 ORCUS_PSR_DLLPUBLIC
size_t locate_first_different_char(
48 const pstring& left,
const pstring& right);