Euphoria
Main Page
Related Pages
Topics
Namespaces
Concepts
Classes
Files
File List
File Members
libs
io
src
eu
io
file.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
eu::io
4
{
5
6
std::string
string_from_file
(
const
std::string&
path
);
7
8
std::vector<uint8_t>
bytes_from_file
(
const
std::string&
path
);
9
10
}
eu::io
Definition
file.h:4
eu::io::bytes_from_file
std::vector< uint8_t > bytes_from_file(const std::string &path)
eu::io::string_from_file
std::string string_from_file(const std::string &path)
eu::R
A (inclusive) range between two values.
Definition
range.h:19
Generated by
1.9.8