1
0
mirror of https://github.com/Didnelpsun/CS408.git synced 2026-02-07 21:04:38 +08:00
Files
CS408/Code/CPP-Code/head/head.h
2021-08-20 23:54:10 +08:00

8 lines
187 B
C

// 初始化最大长度
#define MAXSIZE 5
// 定义默认值
#define DEFAULTDATA '0'
// 定义最大值
//#define INFINITY 32767
// 定义默认数据类型
typedef char element_type;