]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[libc] Add strchrnul()
authorMichael Brown <mcb30@ipxe.org>
Fri, 10 Jul 2026 10:50:35 +0000 (11:50 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 10 Jul 2026 11:46:05 +0000 (12:46 +0100)
commitfbc33effcf1cf05050801741bbb0806a2889de55
tree67a7d08badd47eb7a3fe2a671e3c2da87103305c
parentb556be189c0bd9259507fa63d1ba87865f786fd3
[libc] Add strchrnul()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/string.c
src/include/string.h
src/tests/string_test.c