COHERENT help

This page displays the COHERENT help information for select.

Listing of available help pages


select() -- Check if devices are ready for activity

#include <sys/types.h>
#include <sys/time.h>
#include <sys/select.h>
#include <unistd.h>
int select(nfds, readfds, writefds, exceptfds, timeout)
int nfds;
fd_set *readfds, *writefds, *exceptfds;
struct timeval *timeout;