Search | Google it | Results 1 - 1 of 1 for funcall:__howmany from t2ex/bsd_source/lib/libc/src_bsd/include/sys/select.h (0.00 seconds) |
59: typedef struct fd_set { 60: __fd_mask fds_bits[__howmany(FD_SETSIZE, __NFDBITS)]; 61: } fd_set; 81: #ifndef howmany 82: #define howmany(x, y) __howmany(x, y) 83: #endif