SLOF/lib/libc/string
Alexey Kardashevskiy 0549fa7d08 libc: Compile with -Wextra
-Wextra enables a bunch of rather useful checks which this fixes.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
---
Changes:
v2:
* replaced cast to int with cast to size_t
2021-02-09 12:39:52 +11:00
..
Makefile.inc libc: Implement strrchr() 2018-05-24 19:03:52 +10:00
memchr.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
memcmp.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
memcpy.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
memmove.c libc: Compile with -Wextra 2021-02-09 12:39:52 +11:00
memset.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strcasecmp.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strcat.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strchr.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strcmp.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strcpy.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strlen.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strncasecmp.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strncmp.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strncpy.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strrchr.c libc: Implement strrchr() 2018-05-24 19:03:52 +10:00
strstr.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
strtok.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00