From 122a69f715acfe73963a2347cbb335e41bce944c Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 1 Dec 2022 16:08:38 +0800 Subject: Implement echo server with error handling Implement echo server with error handling Fix gitignore Implement an echo server with error handling --- common.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 common.h (limited to 'common.h') diff --git a/common.h b/common.h new file mode 100644 index 0000000..fbb7267 --- /dev/null +++ b/common.h @@ -0,0 +1 @@ +void panic(const char *); -- cgit v1.2.3