import public System.Posix.File.Primpipe : CArrayIO 2 Fd -> EPrim ()Creates a pipe and writes the two file descriptors into the given C-array,
the read end at position 0 the write end at position 1.
mkfifo : String -> ModeT -> EPrim ()Creates a new FIFO (named pipe) on disc.