[libc-commits] [libc] [libc] Implemented wmemset and added tests (PR #141691)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed May 28 13:36:05 PDT 2025
================
@@ -27,3 +27,11 @@ functions:
return_type: wint_t
arguments:
- type: int
+ - name: wmemset
+ standards:
+ - stdc
+ return_type: wchar_t*
+ arguments:
+ - type: wchar_t*
+ - type: wchar_t
+ - type: size_t
----------------
michaelrj-google wrote:
nit: fix missing newline
https://github.com/llvm/llvm-project/pull/141691
More information about the libc-commits
mailing list