Function nc::mkfifo

source ยท
pub unsafe fn mkfifo<P: AsRef<Path>>(path: P, mode: mode_t) -> Result<(), Errno>
Expand description

Create a fifo file.