zephyr/lib/libc
Kumar Gala af79019146 armstdc: add string.h & strings.h header
Add string.h header that declerates prototype for strnlen()
as this is not provided by the toolchain headers.

Add strings.h to allow anything that expects strncasecmp() to
be defined there to build correctly.  The arm toolchain actually
defines strncasecmp() in <string.h> so we just have <strings.h>
include <string.h>.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-04-10 16:32:10 -05:00
..
arcmwdt lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
armstdc armstdc: add string.h & strings.h header 2023-04-10 16:32:10 -05:00
common libc: share time() between minimal libc and armclang libc 2023-03-27 09:49:40 +02:00
minimal libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00
newlib libc: minimal: include: move sys/stat.h to posix 2023-01-10 09:02:21 +09:00
picolibc libc/picolibc: Clean up Picolibc Kconfig for C++ 2023-01-20 09:03:25 +01:00
CMakeLists.txt libc: share time() between minimal libc and armclang libc 2023-03-27 09:49:40 +02:00
Kconfig libc: share time() between minimal libc and armclang libc 2023-03-27 09:49:40 +02:00