The next required variable is the environment array (envp).
下一个所需变量是环境数组(envp)。
Note that in Listing 3, the same requirements exist to set up and make the call (such as initializing the argv and envp arrays).
请注意在清单3中,有着同样的安装并调用(例如初始化argv和envp数组)的需求。
These versions of exec* are just various calling interfaces for core function execve(): int execve(const char *filename, char *const argv [], char *const envp[]).
exec*的这些版本只是内核函数execve() (int execve(constchar *filename, char *constargv [], char *constenvp[])) 的各种调用接口。
These versions of exec* are just various calling interfaces for core function execve(): int execve(const char *filename, char *const argv [], char *const envp[]).
exec*的这些版本只是内核函数execve() (int execve(constchar *filename, char *constargv [], char *constenvp[])) 的各种调用接口。
应用推荐