摘要: 1 /* 2 append.c -- 把文件附加到另一个文件末尾 3 */ 4 5 #include <stdio.h> 6 #include <stdlib.h> 7 #include <string.h> 8 9 #define BUFSIZE 4096 10 #define SLEN 81 1 阅读全文
posted @ 2018-06-12 10:22 web1013 阅读(356) 评论(0) 推荐(0)