|
|
coherent
typedef int fd_set; #define FD_ZERO(fd) (*fd = 0) #define FD_SET(b,fd) (*fd |= 1 << (b)) #define FD_ISSET(b,fd) (*fd & 1 << (b)) #define FD_SETSIZE 32
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.