int execv(const char *path, char *const argv[]); ... 其中只有execve是真正意义上的系统调用,其它都是在此基础上经过包装的库函数。 ... execv example */.
確定! 回上一頁