commit | 4355d427f6ea62c793f9d81a1871185859d25236 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 18 20:09:28 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:12 2017 -0600 |
tree | b4f0c569dbbe93e4723f2add9e26ae48a232c3fc | |
parent | a67cc63e7558dcf818a8f95ebdad5212dec0e362 [diff] |
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: Simon Glass <sjg@chromium.org>