Search | Google it | Results 1 - 1 of 1 for fundef:FD_ZERO from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/fd_set.h (0.00 seconds) |
75: #if __GNUC_PREREQ__(2, 95) && !defined(T2EX) 76: #define FD_ZERO(p) (void)__builtin_memset((p), 0, sizeof(*(p))) 77: #else 78: #define FD_ZERO(p) do { \ 79: fd_set *__fds = (p); \