From ecb04c6b7fbf5d06c2fdce5128e83575cac2bd21 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 23 May 2025 17:06:02 +0200 Subject: Web version (work in progress) --- web/storage.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 web/storage.h (limited to 'web/storage.h') diff --git a/web/storage.h b/web/storage.h new file mode 100644 index 0000000..fa6b748 --- /dev/null +++ b/web/storage.h @@ -0,0 +1,7 @@ +#include +#include + +namespace storage { + bool read(std::string, size_t, char *); + bool write(std::string, size_t, const char *); +} -- cgit v1.3