dprintf works just like fprintf , except the first parameter is a file descriptor (i.e. an int ) instead of a FILE * . dprintf(fd[0], "%d : %d : %d", ID1, ...
確定! 回上一頁