1
0
Fork 0
forked from len0rd/rockbox

add itoa(), replace snprintf("%d") calls

we can save some space and still end up with a 20% faster function

Change-Id: Ia58900122944b8527ef01a673afe18ea794acb41
This commit is contained in:
William Wilgus 2025-02-03 01:05:21 -05:00 committed by William Wilgus
parent 9e61d53c7c
commit f55fe21f66
9 changed files with 98 additions and 41 deletions

View file

@ -219,6 +219,7 @@ target/hosted/maemo/maemo-thread.c
#ifndef BOOTLOADER
chunk_alloc.c
common/strptokspn.c
common/itoa.c
common/ap_int.c
#endif
common/version.c