getpid()函数-CSDN博客网友收藏

getpid()函数-CSDN博客

getpid   getpid(取得进程识别码)   相关函数: fork,kill,getpid   表头文件: #include#include  main()  {   printf(“pid=%d\n”,getpid());  }  执行:   pid=1494_getpid...
阅读全文