linux的進程相關函數簡單總結

獲取進程ID數組 [cpp]  view plain  copy  print ? #include <sys/types.h>   #include <unistd.h>      pid_t getpid(void)   //獲取本進程ID      pid_t getppid(void)   //獲取父進程ID   建立子進程 [cpp]  view plain  copy  print ?
相關文章
相關標籤/搜索