mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-09-21 21:09:36 +00:00
Replaces uses of fprintf with fmt::print where applicable. For trivial character insertion, we can make use of fputc instead of fprintf.
Replaces uses of fprintf with fmt::print where applicable. For trivial character insertion, we can make use of fputc instead of fprintf.