From 5bd9e9ca2197db1f76db70f1b6b662caa2ae5f8a Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Thu, 3 Dec 2020 14:07:04 -0800 Subject: [PATCH] Have the thing compiling and delivering pages. --- PString.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PString.h b/PString.h index 96b0174..3cecc87 100644 --- a/PString.h +++ b/PString.h @@ -101,6 +101,12 @@ namespace coreutils { /// /// + std::string readBlock(size_t size); + + /// + /// + /// + int cursor = 0; ///