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