It might indirectly call fork() by doing something like this: system("date"); The system() function creates a child process which will exec() a shell. Then the ...
確定! 回上一頁