mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-07-22 21:15:58 +00:00
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.