【C】execvp()和/或字串出現問題,為什麼此程式碼不起作用? ... arg); argv[2] = NULL; pid_t pid = fork(); if(pid == 0){ execvp(argv[0], (char * const *) argv); ...
確定! 回上一頁