1
0
mirror of https://github.com/Didnelpsun/CS408.git synced 2026-02-07 21:04:38 +08:00
Files
CS408/Code/head.h
Didnelpsun 9528d486d6 串更新
2021-04-22 23:31:40 +08:00

5 lines
86 B
C

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