
25 May
2017
25 May
'17
2:06 a.m.
This functions works like strchr() but returns the end of the string if the character is not found. Add an implementation of this.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v3: None Changes in v2: None
include/linux/string.h | 13 +++++++++++++ lib/string.c | 8 ++++++++ 2 files changed, 21 insertions(+)
Applied to u-boot-dm