#include <sys/select.h> int select(int nfds, fd_set* readfds, fd_set* writefds, fd_set* exceptfds, struct timeval *timeout) The select call monitors the I/O ...
確定! 回上一頁