What happens on write() fail?

前端 未结 0 743
陌清茗
陌清茗 2021-02-04 16:13

If I\'m writing a single character to STDOUT 1MB times in a loop, when the system has 128KB both RAM and disk size.

char c = \'c\';
for (int i = 0; i < 1024*10         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题