[libc-commits] [libc] [libc] Implement iswgraph entrypoint (PR #185339)

via libc-commits libc-commits at lists.llvm.org
Mon Mar 9 09:23:25 PDT 2026


================
@@ -8,3 +8,9 @@ functions:
     return_type: int
     arguments:
       - type: wint_t
+  - name: iswgraph
+    standards:
+      - stdc
+    return_type: int
+    arguments:
+      - type: wint_t
----------------
Sukumarsawant wrote:

I think you missed to add new line .

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


More information about the libc-commits mailing list