[libc-commits] [libc] [libc] wmemcpy implementation (PR #142070)

via libc-commits libc-commits at lists.llvm.org
Fri May 30 01:40:44 PDT 2025


================
@@ -50,3 +50,11 @@ functions:
       - type: const wchar_t *
       - type: const wchar_t *
       - type: size_t
+  - name: wmemcpy
+    standards:
+      - stdc
+    return_type: wchar_t *
+    arguments: 
+      - type: __restricted wchar_t *
+      - type: const __ restricted wchar_t *
----------------
DesWurstes wrote:

is the space between __ and restricted a typo?

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


More information about the libc-commits mailing list