Linux_判斷進程是否正常結束

通常判斷進程用到三個函數函數 status的值即爲exit(a)函數裏的a值,代碼中列舉進程正常結束。this #include <stdio.h> #include <fcntl.h> #include <stdlib.h> int main() { pid_t pid; int status; //查看子進程狀態 pid = fork(); if(0 ==
相關文章
相關標籤/搜索