1
0
mirror of https://github.com/Didnelpsun/CS408.git synced 2026-02-09 13:45:48 +08:00
Files
CS408/Code/Code/head/head.h
Didnelpsun 74939da6df 更新栈
2021-09-16 16:48:37 +08:00

6 lines
121 B
C

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