hi, I have the following code, int ret; char ** vector; //vector[0] = "ls" vector[1] ="-al" ..... //fork a child ...... ret= execvp(*temp ...
確定! 回上一頁