摘要: #include#include#include#includeint main(int argc,char **argv){ pid_t my_pid,parent_pid; pid_t te ; my_pid=getpid(); parent_pid=getppid(... 阅读全文
posted @ 2015-05-10 23:40 ashen~ 阅读(240) 评论(0) 推荐(0) 编辑