From 7369505397cdfddf0883e2c24e1652df8bd488fe Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 16 Dec 2022 13:53:35 +0800 Subject: Refactor file structure --- src/constant.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/constant.h (limited to 'src/constant.h') diff --git a/src/constant.h b/src/constant.h new file mode 100644 index 0000000..1bb6bf4 --- /dev/null +++ b/src/constant.h @@ -0,0 +1,7 @@ +#ifndef __CONSTANT_H +#define __CONSTANT_H + +#define ERROR -1 +#define OK 0 + +#endif -- cgit v1.2.3