Files
ladybird/LibC/stdio.cpp
Andreas Kling d3fb0a56ed LibC: Make fwrite() buffered.
This is a really naive implementation that makes fwrite() call fputc()
internally, but it still performs a lot better due to avoiding the write()
syscall every time.
2019-04-27 17:32:47 +02:00

10 KiB