The system() library function uses fork(2) to create a child process that executes the shell command specified in command using execl(3) as ...
確定! 回上一頁