... FD_ZERO(&readfds); int STDIN =_fileno(stdin); FD_SET(STDIN, &readfds); // don't care about writefds and exceptfds: select(STDIN+1, ...
確定! 回上一頁