[libc-commits] [libc] [libc] Implemented wmempcpy (PR #142067)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri May 30 10:42:49 PDT 2025


================
@@ -50,3 +50,11 @@ functions:
       - type: const wchar_t *
       - type: const wchar_t *
       - type: size_t
+  - name: wmempcpy
+    standards:
+      - stdc
----------------
michaelrj-google wrote:

this should be `gnu` since this isn't actually in the c standard.

https://github.com/llvm/llvm-project/pull/142067


More information about the libc-commits mailing list