Hacker News new | ask | show | jobs
by jstanley 1561 days ago
> it's not plain C behavior.

But pipes aren't a C thing in the first place. "unistd.h" is not a C thing, file descriptors aren't a C thing.

1 comments

The C program would just be using stdio to interact with pipes.

And not every platform with pipes supports SIGPIPE with such behavior.