Function ws2_32::select
[−]
[src]
pub unsafe extern "system" fn select(
nfds: c_int,
readfds: *mut fd_set,
writefds: *mut fd_set,
exceptfds: *mut fd_set,
timeout: *const timeval
) -> c_int