1 #ifndef LICORNEA_UTILITY_IO_H_ 2 #define LICORNEA_UTILITY_IO_H_ const bool host_is_little_endian
void end_line(std::ostream &str, line_delimitor ld)
void skip_line(std::istream &str, line_delimitor ld)
const line_delimitor default_line_delimitor
void read_line(std::istream &str, std::string &line, line_delimitor ld)
const bool host_has_iec559_float
line_delimitor detect_line_delimitor(std::istream &str, std::size_t max_offset)
Detects line delimitor used in given file.
void write_line(std::ostream &str, const std::string &line, line_delimitor ld)
void flip_endianness(byte *data, std::size_t sz)