commit | 8420f43b866f1f383092786363bdff90251574b3 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Sat Jul 27 09:28:12 2019 -0500 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Jul 31 09:22:49 2019 -0700 |
tree | 26ad1626683763e74e5d18d1c20b8f96313ad56d | |
parent | b7db90da43544ca0fbf4ad165bd4b66a9a255fe0 [diff] |
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>