摘要:
1 #include<unistd.h>;2 #include<sys/types.h>;3 4 main()5 {6 pid_tpid;7 pid=fork();8 9 if(pid<0)10 printf("errorinfork!");11 elseif(pid==0)12 printf("iamthechildprocess,myprocessidis%d\n... 阅读全文
posted @ 2009-08-05 11:20
冷竹
阅读(834)
评论(1)
推荐(0)

浙公网安备 33010602011771号