Skip to main content

socketpair

Function socketpair 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn socketpair( domain: c_int, kind: c_int, protocol: c_int, sv: *mut c_int, ) -> c_int
Expand description