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