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 libc: atoi() is supposed to return 0 if handed a NULL pointer 2021-07-30 01:41:13 +00:00
ctype.c
errno.c
gmtime.c Improve code for gmtime_r() 2017-02-03 14:40:55 -05:00
memccpy.c add memccpy.c 2022-11-15 00:56:01 -04:00
memchr.c Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already 2017-01-15 21:32:49 +01:00
memcmp.c Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already 2017-01-15 21:32:49 +01:00
mktime.c
qsort.c
random.c
sprintf.c Implement a much more capable vuprintf() 2017-11-21 05:00:27 -05:00
sscanf.c
strcat.c
strchr.c Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already 2017-01-15 21:32:49 +01:00
strcmp.c Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already 2017-01-15 21:32:49 +01:00
strcpy.c Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already 2017-01-15 21:32:49 +01:00
strcspn.c fix strptokspn, add strcspn, fix splash.c 2022-11-13 01:14:49 -05:00
strncmp.c Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already 2017-01-15 21:32:49 +01:00
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