摘要: Sqlist.h#ifndef _SQLIST_H_#define _SQLIST_H_#define LIST_INIT_SIZE 1#define LISTINCREAMENT 1//#define ElemType inttypedef struct{ char name[20]; int age;}ElemType;/************************************************************************/ /* 存储结构的定义 ... 阅读全文
posted @ 2013-09-24 12:40 CJin 阅读(441) 评论(0) 推荐(0)