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 lib: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
strspn.c libc: minimal: add strspn and strcspn support 2019-07-31 09:22:49 -07:00
strstr.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00