[libc-commits] [PATCH] D91399: Add strncpy implementation.

Cheng Wang via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Nov 12 19:28:59 PST 2020


cheng.w created this revision.
cheng.w added a reviewer: sivachandra.
Herald added subscribers: libc-commits, mgorny.
Herald added a project: libc-project.
cheng.w requested review of this revision.

Signed-off-by: Cheng Wang <chennngwang at gmail.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91399

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/string/CMakeLists.txt
  libc/src/string/strncpy.cpp
  libc/src/string/strncpy.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strncpy_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91399.305014.patch
Type: text/x-patch
Size: 5336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201113/b2d4e9d8/attachment.bin>


More information about the libc-commits mailing list