头文件#ifndef__TEST_H__
#define__TEST_H__
#include<stdio.h>
#include<string.h>
#include<assert.h>
#include<malloc.h>
#defineMAX3//方便测试给一个小空间
typedefintdatatype;
typedefstructSeqlist
{
datatype*_Array;
size_t_size;
size_t_ca..
分类:
其他好文 时间:
2015-11-12 18:14:33
阅读次数:
260