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

via libc-commits libc-commits at lists.llvm.org
Thu Jun 19 08:20:50 PDT 2025


================
@@ -365,6 +365,7 @@ set(TARGET_LIBC_ENTRYPOINTS
 
     # wchar.h entrypoints
     libc.src.wchar.btowc
+    libc.src.wchar.mbrtowc
----------------
lntue wrote:

Does it also work for aarch64 / arm and riscv64/32 ?

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


More information about the libc-commits mailing list