摘要: 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 211 12 int main(){13 i 阅读全文
posted @ 2012-06-01 23:21 wanpp590 阅读(623) 评论(0) 推荐(0) 编辑