rockbox/firmware/libc
William Wilgus eb9b3513fa Remove strtok_r.c
strtokspn emulates the original libc function

Change-Id: Ie6cd033ebf5d4f78ce4462f19bfb8ffb16d04ae1
2022-11-20 23:37:20 -05:00
..
include strlcpy finish cleanup 2022-11-17 01:54:46 -05: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
memcmp.c
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
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