gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__howmany from t2ex/bsd_source/lib/libc/src_bsd/include/sys/select.h (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/select.h - 3.5KB - 96 lines
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