zephyr/lib/libc/minimal/source/string
Peter A. Bigot 8420f43b86 libc: minimal: add strspn and strcspn support
These functions are useful for determining prefixes, as with file system
paths.  They are required by littlefs.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-07-31 09:22:49 -07:00
..
string.c libc: fix memchr() prototype 2019-07-10 13:42:31 -07:00
strncasecmp.c
strspn.c libc: minimal: add strspn and strcspn support 2019-07-31 09:22:49 -07:00
strstr.c