Function sys_pipe

Source
pub fn sys_pipe(pfds: &mut [i32; 2]) -> i32
Expand description

Create a pipe

The first i32 is the read-end of the pipe, the second i32 is the write-end