CLOSEPIPE(3A) CLOSEPIPE(3A)
NAME
ClosePipe - Close a pipe connected to a process
SYNOPSIS
ClosePipe (fd)
int fd;
DESCRIPTION
ClosePipe closes a pipe file descriptor fd opened by
OpenReadPipe, OpenWritePipe, or OpenFilter . Note that
OpenFilter requires closing two pipes. If the pipe was
attached to an input procedure with AddIoProc(3A) or
XtAppAddInput(3Xt), it should be removed before calling this
routine.
SEE ALSO
XtRemoveInput(3Xt), RemoveIoProc(3A), OpenReadPipe(3A),
OpenWritePipe(3A), OpenFilter(3A), GetPipePid(3A)
Page 1 (printed 9/3/91)