gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:FD_ZERO from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/fd_set.h (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/fd_set.h - 4.1KB - 110 lines
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);                                           \