aboutsummaryrefslogtreecommitdiff
path: root/works/life/computer-network-experiment/IO.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-08 10:16:22 +0800
committercrupest <crupest@outlook.com>2021-06-08 10:16:22 +0800
commit68cac85ea58c69301645167f92d94bdb6e360753 (patch)
treea1ebfc214cd9fc378ba21398faa82043c91ff82c /works/life/computer-network-experiment/IO.h
parent9c42586bc406015be0145576fd6cb3586686b4ca (diff)
downloadcrupest-68cac85ea58c69301645167f92d94bdb6e360753.tar.gz
crupest-68cac85ea58c69301645167f92d94bdb6e360753.tar.bz2
crupest-68cac85ea58c69301645167f92d94bdb6e360753.zip
import(life): ...
Diffstat (limited to 'works/life/computer-network-experiment/IO.h')
-rw-r--r--works/life/computer-network-experiment/IO.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/works/life/computer-network-experiment/IO.h b/works/life/computer-network-experiment/IO.h
index b0cf489..1658b78 100644
--- a/works/life/computer-network-experiment/IO.h
+++ b/works/life/computer-network-experiment/IO.h
@@ -64,3 +64,5 @@ void SignalAndWaitForOutputThreadStop();
void OnInputLine(StringView line);
void StartIOThread();
+
+String ReadInputLine(); \ No newline at end of file