Kevin Sivits wrote:

> Does pclose() send an eof down the pipe or do I need to close it
> explicitly.  The man page only stated that pclose wait4'd on the child
> process.

pclose() closes the pipe. If the other end was reading, it will get
EOF. If it was writing, it will get SIGPIPE/EPIPE.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to