mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-03 09:55:52 +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.