... sec 和code sec 這兩個區段void main() { int i ; i = fork(); if(i < 0) { printf("fork failed") exit(-1) } else if (i == 0) { execlp(".
確定! 回上一頁