#include <sys/select.h> int select( int width, fd_set * readfds, fd_set ... struct timeval * timeout ); FD_SET( int fd, fd_set * fdset ); FD_CLR( int fd, ...
確定! 回上一頁