zephyr/lib/libc/minimal/source/string
Kumar Gala ca4dc50ec1 libc: Move strnlen into common
Move the strnlen implementation into common so its available to any
libc that may not implement strnlen.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-05-08 09:59:27 +02:00
..
strerror.c scripts: move gen_strerror_table.py to scripts/build 2022-07-12 10:03:45 +02: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