create-pipe

[procedure] create-pipe

Chicken: calls pipe(2) and returns two pipes, one for input and the other for output.

This is called pipe or sys-pipe in some implementations.