]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[libc] Add stpcpy()
authorMichael Brown <mcb30@ipxe.org>
Thu, 23 May 2024 12:18:16 +0000 (13:18 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 31 May 2024 09:11:22 +0000 (10:11 +0100)
commite965f179e1654103eca33feed7a9cc4c51d91be6
treefe55a32f263b5836b0310e8ad5a5184112079899
parentdc118c53696af6a0b1a8ee78fc9a4d28a217fb21
[libc] Add stpcpy()

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