編寫一個程序,使用getpid函數來獲取當前進程的進程ID

#include <stdio.h>
#include <sys/types.h>ide

int main(int argc, char *argv[])
{
printf("The current process ID is %d\n",getpid());
return 0;
}get

相關文章
相關標籤/搜索