. \" Manual Seite fuer fpipe . \" @(#)fpipe.3 1.1 . \"
FPIPE 3 "15. Juli 1988" "J\*org Schilling" "Schily\'s LIBRARY FUNCTIONS"
NAME
fpipe() - sets up a two ended pipe
SYNOPSIS
 int fpipe(pp)
 FILE *pp[2]; 
DESCRIPTION
fpipe() sets up a two ended pipe:

pp[0] is set to a FILE open for reading.

pp[1] is open for writing.

RETURNS
NULL a pipe could not be created. other completed successfully.
NOTES
none