Skip to main content
pipe
strat9_
syscall
0.1.0
In strat9_
syscall::
call
strat9_syscall
::
call
Function
pipe
Copy item path
Source
pub fn pipe() ->
Result
<(
u32
,
u32
)>
Expand description
Create a pipe. Returns (read_fd, write_fd).