mirror of
https://github.com/Didnelpsun/CS408.git
synced 2026-02-07 12:54:09 +08:00
6 lines
109 B
C
6 lines
109 B
C
// 初始化最大长度
|
|
#define MAXSIZE 25
|
|
#define DEFAULTELEM 0
|
|
#define INFINITY 32767
|
|
typedef char element_type;
|