aboutsummaryrefslogtreecommitdiff
path: root/constant.h
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-12-02 12:18:57 +0800
committerGuangxiong Lin <[email protected]>2022-12-02 12:18:57 +0800
commit0457119acb36b89b6f2f4534fe8ad94b19540bbd (patch)
tree865660e935da9a4adc34f17237e7e83364b53fc6 /constant.h
parent6ec515e5515fbf529e3610a2c88116278af2a134 (diff)
downloadtinyserver-0457119acb36b89b6f2f4534fe8ad94b19540bbd.tar.gz
tinyserver-0457119acb36b89b6f2f4534fe8ad94b19540bbd.tar.bz2
tinyserver-0457119acb36b89b6f2f4534fe8ad94b19540bbd.zip
Refactor
Diffstat (limited to 'constant.h')
-rw-r--r--constant.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/constant.h b/constant.h
new file mode 100644
index 0000000..1bb6bf4
--- /dev/null
+++ b/constant.h
@@ -0,0 +1,7 @@
+#ifndef __CONSTANT_H
+#define __CONSTANT_H
+
+#define ERROR -1
+#define OK 0
+
+#endif