sys-pipe

[procedure] sys-pipe &key (buffering :line)

Gauche: Opens a pipe and returns two values, an input port and an output port. The keyword argument buffering specifies the buffering mode of the returned ports.

See also: pipe.