int execv( const char *path, char *const argv[]); ... 其中只有execve是真正意義上的系統調用,其它都是在此基礎上經過包裝的庫函數。
確定! 回上一頁