zephyr/lib/libc/minimal/source/string
Florian La Roche 6621e780c9 lib: libc: minimal: proper cast to "(char *)" from "(const char *)"
The string "" is of type '(const char *)', so add a cast over to
'(char *)' to clean up source code.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
2023-12-13 20:12:45 +01:00
..
strerror.c lib: libc: minimal: proper cast to "(char *)" from "(const char *)" 2023-12-13 20:12:45 +01:00
string.c libc: Move strnlen into common 2023-05-08 09:59:27 +02:00
strncasecmp.c coding guidelines: comply with MISRA C:2012 Rule 21.13 2022-06-30 17:34:28 -04:00
strspn.c
strstr.c