From f34a0aa3a2d46d349a41c0b28939176791c2efbe Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 1 Feb 2021 16:45:18 +0100 Subject: Implemented recode and validate tools --- src/file.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/file.h (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h new file mode 100644 index 0000000..d2e396b --- /dev/null +++ b/src/file.h @@ -0,0 +1,13 @@ +#pragma once + +#include +#include +#include +#include + +namespace unicode::File { + + std::string getFile(const std::filesystem::path& filename); + void setFile(const std::filesystem::path& filename, const std::string& s); + +} -- cgit v1.2.3