#include <sys/time.h> #include <sys/select.h> int select(int maxfd, fd_set* readset, fd_set* writeset, fd_set* exceptset, const struct timeval* timeout); 성공시 변화가 발생한 파일 디스크립터의 갯수를 리턴한다. 실패시 -1 반환