[libc-commits] [PATCH] D111913: [libc] add stpcpy and stpncpy
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Nov 4 11:39:39 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9b6f8b985c6a: [libc] add stpcpy and stpncpy (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111913/new/
https://reviews.llvm.org/D111913
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/spec/posix.td
libc/src/string/CMakeLists.txt
libc/src/string/stpcpy.cpp
libc/src/string/stpcpy.h
libc/src/string/stpncpy.cpp
libc/src/string/stpncpy.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/stpcpy_test.cpp
libc/test/src/string/stpncpy_test.cpp
libc/test/src/string/strcpy_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111913.384832.patch
Type: text/x-patch
Size: 11037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211104/296088b6/attachment-0001.bin>
More information about the libc-commits
mailing list