diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-23 17:06:02 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-23 17:06:02 +0200 |
| commit | ecb04c6b7fbf5d06c2fdce5128e83575cac2bd21 (patch) | |
| tree | 3946a99938c10b61f7822c715771c3529400cebc /web/storage.h | |
| parent | c6a77f30f64be73a5e55e06336975f2ecfbb2324 (diff) | |
| download | nissy-core-ecb04c6b7fbf5d06c2fdce5128e83575cac2bd21.tar.gz nissy-core-ecb04c6b7fbf5d06c2fdce5128e83575cac2bd21.zip | |
Web version (work in progress)
Diffstat (limited to 'web/storage.h')
| -rw-r--r-- | web/storage.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
| 1 | #include <string> | ||
| 2 | #include <fstream> | ||
| 3 | |||
| 4 | namespace storage { | ||
| 5 | bool read(std::string, size_t, char *); | ||
| 6 | bool write(std::string, size_t, const char *); | ||
| 7 | } | ||
