diff options
author | crupest <crupest@outlook.com> | 2021-06-08 10:16:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-08 10:16:22 +0800 |
commit | 68cac85ea58c69301645167f92d94bdb6e360753 (patch) | |
tree | a1ebfc214cd9fc378ba21398faa82043c91ff82c /works/life/computer-network-experiment/IO.h | |
parent | 9c42586bc406015be0145576fd6cb3586686b4ca (diff) | |
download | crupest-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.h | 2 |
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 |