rockbox/firmware/libc
Aidan MacDonald cf6fb81346 firmware: drop hand-rolled <stdint.h> from libc
Perhaps this was needed in the distant past, but these days
GCC provides a working <stdint.h> for freestanding targets.

Change-Id: I4f02f12058a13b6a086ccc52f02a12ce21a986c1
2026-05-02 22:33:12 +01:00
..
include firmware: drop hand-rolled <stdint.h> from libc 2026-05-02 22:33:12 +01:00
atoi.c
ctype.c
errno.c
gmtime.c
memccpy.c
memchr.c
memcmp.c
mktime.c
qsort.c
random.c
sprintf.c
sscanf.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strcspn.c
strncmp.c
strrchr.c
strstr.c
strtol.c lua -- remove strtol and strtoul replace with rb->strtol and rb->strtoul 2025-12-06 18:11:13 -05:00
strtoul.c lua -- remove strtol and strtoul replace with rb->strtol and rb->strtoul 2025-12-06 18:11:13 -05:00