[libc-commits] [libc] [libc] Implement iswprint entrypoint (PR #185251)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Mon Mar 9 10:16:09 PDT 2026


================
@@ -8,3 +8,9 @@ functions:
     return_type: int
     arguments:
       - type: wint_t
+  - name: iswprint
+    standards:
+      - stdc
+    return_type: int
+    arguments:
+      - type: wint_t
----------------
michaelrj-google wrote:

fix missing newline at end of file

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


More information about the libc-commits mailing list