2012年9月13日
摘要: 原文:http://blog.chinaunix.net/uid-26588712-id-3196464.html 1 #include <stdio.h> 2 #include <unistd.h> 3 #include <errno.h> 4 #include <string.h> 5 #include <sys/types.h> 6 #include <sys/wait.h> 7 #include <stdlib.h> 8 9 int10 main(int argc, char **argv)11 ... 阅读全文
posted @ 2012-09-13 11:19 J.evan 阅读(450) 评论(0) 推荐(0) 编辑