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
相關文章
相關標籤/搜索