mirror of
https://github.com/by777/dataStructureForC.git
synced 2026-02-03 10:03:14 +08:00
细节修改
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#define ERROR 0
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
#define OVERFLOW -1
|
||||
#define MAXSIZE 100 /* 存储空间初始分配量 */
|
||||
|
||||
typedef int Status; /* Status是函数的类型,其值是函数结果状态代码,如OK等 */
|
||||
|
||||
Reference in New Issue
Block a user