mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-12-21 18:59:16 +00:00
94d1c558a0c4eb1012de8f20d989bb3592a70c09
We can just use std::fputc when inserting a single character instead of using std::fputs. Likewise, we can use std::fputs over std::fprintf when no formatting specifiers are present.
Description
Languages
C++
95.5%
CMake
4.5%