 复制/* /usr/include/sys/select.h */ extern intselect (int __nfds,环函数 // 最大文件描述符+1 fd_set *__restrict __readfds, // 读状态文件集 fd_set *__restrict __writefds, // 写状态文件集 fd_set *__restrict __exceptfds, // 异常状态文件集 struct timeval *__restrict __timeout); // 超时时间 1.2.3.4.5.6. |