Euphoria
file.h
Go to the documentation of this file.
1#pragma once
2
3namespace eu::io
4{
5
6std::string string_from_file(const std::string& path);
7
8std::vector<uint8_t> bytes_from_file(const std::string& path);
9
10}
Definition file.h:4
std::vector< uint8_t > bytes_from_file(const std::string &path)
std::string string_from_file(const std::string &path)
A (inclusive) range between two values.
Definition range.h:19