摘要: View Code 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <sys/types.h> 4 #include <unistd.h> 5 #include <string.h> 6 #include <sys/stat.h> 7 #include <fcntl.h> 8 #include <error.h> 9 #include <wait.h> 10 #define PSIZE 2 11 #define total_in 阅读全文
posted @ 2012-06-05 21:44 wanpp590 阅读(233) 评论(0) 推荐(0) 编辑