[libc-commits] [libc] [libc] mbrtowc implementation (PR #144760)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri Jun 20 09:49:36 PDT 2025


================
@@ -29,6 +29,15 @@ functions:
     return_type: wint_t
     arguments:
       - type: int
+  - name: mbrtowc
+    standards:
+      - stdc
+    return_type: size_t
+    arguments:
+      - type: wchar_t * __restrict
+      - type: const char * __restrict
+      - type: size_t
+      - type: mbstate_t * __restrict
----------------
michaelrj-google wrote:

no space in `*__restrict`

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


More information about the libc-commits mailing list