1
0
mirror of https://github.com/Didnelpsun/CS408.git synced 2026-02-07 12:54:09 +08:00
Files
CS408/Code/head.h
Didnelpsun f59d102b0f 图更新
2021-04-29 23:40:42 +08:00

6 lines
109 B
C

// 初始化最大长度
#define MAXSIZE 25
#define DEFAULTELEM 0
#define INFINITY 32767
typedef char element_type;