Mercurial
view dowa/d_string.c @ 39:6639f5389f47
[Amu Birthday] changed the logic and output when they lose.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 01 Dec 2025 20:37:22 -0800 |
| parents | adcfad6e86fb |
| children | fff1b048dda6 |
line wrap: on
line source
#include "dowa.h" char *Dowa_Int32ToString(uint32 int32, char *buffer) { sprintf(buffer, "%d", int32); return buffer; }