- 3
- 0
- 约6.22千字
- 约 6页
- 2023-05-14 发布于北京
- 举报
//base.h
// 公用的常量和类型
#includestdio.h
#include malloc.h
#include stdlib.h
#include string.h
// 函数结果状态代码
#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
#define INFEASIBLE -1
#define OVERFLOW
原创力文档

文档评论(0)