using select() with pipe

后端 未结 2 1977
滥情空心
滥情空心 2021-02-15 14:19

I am reading/writing to a pipe created by pipe(pipe_fds). So basically with following code, I am reading from that pipe:

fp = fdopen(pipe_         


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