Function arceos_posix_api::sys_pipe
source · pub fn sys_pipe(fds: &mut [c_int]) -> c_int
Available on crate feature
pipe
only.Expand description
Create a pipe
Return 0 if succeed
pub fn sys_pipe(fds: &mut [c_int]) -> c_int
pipe
only.Create a pipe
Return 0 if succeed