[][src]Function libc::recv

pub unsafe extern "C" fn recv(
    __fd: c_int,
    __buf: *mut c_void,
    __n: size_t,
    __flags: c_int
) -> ssize_t