Function libax::cbindings::ax_pipe

source ·
#[no_mangle]
pub unsafe extern "C" fn ax_pipe(
    fd1: *mut c_int,
    fd2: *mut c_int
) -> c_int
Available on crate features pipe and cbindings only.
Expand description

Create a pipe

Return 0 if succeed