diff options
author | crupest <crupest@outlook.com> | 2021-06-07 20:20:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-07 20:20:10 +0800 |
commit | bc0e9b6558b7737846699c41196433055f915aec (patch) | |
tree | 6922ae75da4feb22b88d6ed2e247593dfa178a0e /computer-network-experiment/Common.h | |
parent | 1b8ff04e64e054a061f157b9458cf7c73dba43a9 (diff) | |
download | life-bc0e9b6558b7737846699c41196433055f915aec.tar.gz life-bc0e9b6558b7737846699c41196433055f915aec.tar.bz2 life-bc0e9b6558b7737846699c41196433055f915aec.zip |
...
Diffstat (limited to 'computer-network-experiment/Common.h')
-rw-r--r-- | computer-network-experiment/Common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/computer-network-experiment/Common.h b/computer-network-experiment/Common.h index e5612fd..c3b6094 100644 --- a/computer-network-experiment/Common.h +++ b/computer-network-experiment/Common.h @@ -41,3 +41,8 @@ void InitWSA(); int CloseSocket(int socket);
void BeforeExit();
+
+String ReadInputLine();
+
+void SafeSend(int socket, std::string_view buffer);
+std::string SafeReadUntil(int socket, char c, std::string& rest);
|