
25 May
2017
25 May
'17
2:06 a.m.
Add an implementation of strcspn() which returns the number of initial characters that do not match any in a rejection list.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v3: None Changes in v2: None
include/linux/string.h | 15 +++++++++++++++ lib/string.c | 24 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+)
Applied to u-boot-dm