]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[libc] Add strncasecmp()
authorMichael Brown <mcb30@ipxe.org>
Tue, 18 May 2021 10:45:24 +0000 (11:45 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 18 May 2021 10:45:24 +0000 (11:45 +0100)
commit661093054bcfae16d79404304d6f8318baf1231e
treebecc12c5729556998fe5c2b19515b58d5f7e6710
parent059c4dc688cea6d9398d63ca10f5c00e94ae2159
[libc] Add strncasecmp()

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