Michael Scire 15ff64e03a os: implement ExpandUnsignedValueToAscii
Nintendo does this as of latest firmware.

It's desirable because it removes the only usage of util::SNPrintf() from os library,
which means programs which don't otherwise use SNPrintf do not need to link it into .text.

This saves ~0xD40 of .text as of time-of-commit when successfully unlinking, and e.g.
reduces our sm (and other modules) memory size by a page.
2021-09-29 13:42:11 -07:00
..
2021-09-11 19:41:47 -07:00
2021-07-08 02:37:26 -07:00
2021-04-26 20:06:28 -07:00
2021-07-08 02:37:26 -07:00
2021-01-20 23:39:31 -08:00
2021-09-19 11:00:57 -07:00
2021-09-11 19:41:47 -07:00
2021-09-11 19:41:47 -07:00
2021-02-10 02:57:22 -08:00
2021-09-11 19:41:47 -07:00
2020-11-14 03:37:51 -08:00