rockbox/firmware/libc
Solomon Peachy 8dc42711b4 libc: Correct definition of labs()' and add llabs()
Change-Id: Ie1f4a5660ef17ea3ba383441f257ad7ee02c2061
2024-10-12 12:01:36 -04:00
..
include libc: Correct definition of labs()' and add llabs() 2024-10-12 12:01:36 -04: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