Function axlibc::pipe

source ·
#[no_mangle]
pub unsafe extern "C" fn pipe(fd: *mut c_int) -> c_int
Available on crate feature pipe only.
Expand description

Create a pipe

Return 0 if succeed