Scroll to navigation

FPIPE(3) Schily´s LIBRARY FUNCTIONS FPIPE(3)

NAME

fpipe() - sets up a two ended pipe

SYNOPSIS


int fpipe(pp)
FILE *pp[2];

DESCRIPTION

fpipe() sets up a two ended pipe:

is set to a FILE open for reading.
is open for writing.

RETURNS

NULL a pipe could not be created. other completed successfully.

2022/09/09 Joerg Schilling