Write simultaneousely to two streams

前端 未结 5 2013
-上瘾入骨i
-上瘾入骨i 2020-12-11 19:06

Is there a way to to couple two streams (or file descriptors) together so that writing to one stream will also write to the second one? (C, Linux)

Thanks.

5条回答
提交回复
热议问题