#ifndef SPECTRE_SYSTEM_FILE_H #define SPECTRE_SYSTEM_FILE_H #include #include namespace sp { namespace file { std::vector read(const std::string& path); } } #endif /* SPECTRE_SYSTEM_FILE_H */