写成语句就是
printf ( "My process ID is%d\n", getpid())
printf ( "My parent's process ID is%d\n", getppid())
记得要添加头文件 #include <stdio.h>
欢迎分享,转载请注明来源:内存溢出
写成语句就是
printf ( "My process ID is%d\n", getpid())
printf ( "My parent's process ID is%d\n", getppid())
记得要添加头文件 #include <stdio.h>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)