函數exec

exec函數族 1. 執行指定目錄下的程序 #include <unistd.h> int execl(const char *path, const char *arg, ...); 返回值:若出錯,返回-1;若成功,不返回 分析: path: 要執行的程序的絕對路徑 變參arg: 要執行的程序的需要的參數 第一arg:佔位 後邊的arg:
相關文章
相關標籤/搜索