19#ifndef LOMIRI_UTIL_FILEIO_H
20#define LOMIRI_UTIL_FILEIO_H
22#include <lomiri/SymbolExport.h>
33LOMIRI_API std::string read_text_file(std::string
const& filename);
34LOMIRI_API std::vector<uint8_t> read_binary_file(std::string
const& filename);
Top-level namespace for all things Lomiri-related.
Definition: Version.h:38