commit | 6e00e36a5add3d3d9bf085a68172847e17d65627 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Feb 03 10:12:00 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 12 12:37:12 2025 -0600 |
tree | 6285735f77c2e1a5ee51b0b60efb868070cb5a33 | |
parent | 890c9bf1d2126efd932d577e60a42e5a9e05061a [diff] |
lib: implement strnstr() Implement library function strnstr(). Implement strstr() using strnstr(). Sort the includes. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> [jf: replace <stdint.h> by <limits.h>, folded from next patch] Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>