mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-06-04 05:31:24 +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.
Description
Languages
C++
95.5%
CMake
4.5%