Skip to content
Snippets Groups Projects
Commit 6b45ba45 authored by Simon Glass's avatar Simon Glass
Browse files

string: Add strchrnul()


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: default avatarSimon Glass <sjg@chromium.org>
parent a4b8e372
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment