标签: c while-loop pipe file-descriptor hang
stdout
}
while循环永远不会完成,并且子进程在重定向read时挂起。
read
此外,write是while循环中正确的选项吗?这是一个很好的选择,因为父母正在呼叫fgets对吗?或者我应该使用stdin或类似的东西,因为它正在从管道中读取,就好像来自%?
write
fgets
stdin
%