exit--進程退出;wait--進程等待;execl--執行程序

函數原型:void exit(int status) 參數說明:退出狀態。 函數原型:pid_t wait(int *status) 頭文件:#include<sys/types.h>,#include<sys/wait.h> 參數說明:status記錄子進程的退出狀態 返回值:成功則返回終止的子進程PID,失敗則返回-1. 函數原型:int execl(const char *path,cons
相關文章
相關標籤/搜索