mirror of
https://github.com/Didnelpsun/CS408.git
synced 2026-02-07 21:04:38 +08:00
5 lines
86 B
C
5 lines
86 B
C
// 初始化最大长度
|
|
#define MAXSIZE 25
|
|
#define DEFAULTELEM 0
|
|
typedef char element_type;
|