Skip to main content

Perl_my_socketpair

Function Perl_my_socketpair 

Source
pub unsafe fn Perl_my_socketpair(
    my_perl: *mut PerlInterpreter,
    family: c_int,
    type_: c_int,
    protocol: c_int,
    fd: *mut c_int,
) -> c_int
Expand description