UNIX环境高级编程8.10exec函数

          // proc/exec1.c 8-8 #include "apue.h" #include <sys/wait.h> const char* env_init[] = { "USER=unknown", "PATH=/home/sunyj/apue/proc/", NULL }; int main(void) { pid_t pid; if ((pid
相关文章
相关标签/搜索