rockbox/firmware/libc
William Wilgus 8a773fb29f lua -- remove strtol and strtoul replace with rb->strtol and rb->strtoul
Change-Id: Ib7ba358b6488b946404c0c4cd8773e948810a7f7
2025-12-06 18:11:13 -05:00
..
include libc: Add an implementation of strtol/strtoul and export it via plugins 2025-12-06 09:04:36 -05:00
atoi.c
ctype.c
errno.c
gmtime.c
memccpy.c add memccpy.c 2022-11-15 00:56:01 -04:00
memchr.c
memcmp.c
mktime.c
qsort.c
random.c
sprintf.c
sscanf.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strcspn.c fix strptokspn, add strcspn, fix splash.c 2022-11-13 01:14:49 -05:00
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