FD_COPY 70 sys/select.h #define FD_COPY(f, t) bcopy(f, t, sizeof(*(f))) FD_COPY 73 sys/select.h #define FD_COPY(f, t) memcpy(t, f, sizeof(*(f)))