数据结构课程设计 文本编辑器
数据结构课程设计 文本编辑器
日期:2011-12-19 11:34:08 人气:1
#include "stdio.h"
#include "stdlib.h"
#define OK 1
#define ERROR 0
#define OVERFLOW -1
//#define EOF -1
#define STACK_INIT_SIZE 10
#define STACKINCREMENT 1000
#define MAXQSIZE 10
static int i=0;
typedef char ElemTy