Navigation

Operators and Keywords

Function List:

C++ API

: [read_fd, write_fd, err, msg] = pipe ()

Create a pipe and return the reading and writing ends of the pipe into read_fd and write_fd respectively.

If successful, err is 0 and msg is an empty string. Otherwise, err is nonzero and msg contains a system-dependent error message.

See also: mkfifo.

Package: octave