细节修改

This commit is contained in:
Xu Bai
2019-07-13 22:31:20 +08:00
parent d04c2fb1c4
commit 308d031455

View File

@@ -9,7 +9,7 @@
#define ERROR 0
#define TRUE 1
#define FALSE 0
#define OVERFLOW -1
#define MAXSIZE 100 /* 存储空间初始分配量 */
typedef int Status; /* Status是函数的类型,其值是函数结果状态代码如OK等 */