摘要: 经过了一些修改,已经能完成基本操作了。 #include<stdio.h> #include<stdlib.h> #include<string.h> #define chunksize 8 #define null 0 typedef struct chunk{ char ch[chunksize 阅读全文
posted @ 2019-11-25 21:46 lcyok 阅读(805) 评论(0) 推荐(0)