#ifndef _POSIX_SELECT_H #define _POSIX_SELECT_H #include #include int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout); #endif /* _POSIX_SELECT_H */