通常所说的exec是指一组函数,如下共6个: #include <unistd.h> extern char **environ; int execl(const char *path, const char *arg, ...); ...
確定! 回上一頁