[libc-commits] [libc] [libc] mbrtowc implementation (PR #144760)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Fri Jun 20 10:43:01 PDT 2025
================
@@ -989,6 +989,9 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.strings.strcasecmp_l
libc.src.strings.strncasecmp_l
+ # wchar.h entrypoints
----------------
michaelrj-google wrote:
these are supposed to be alphabetical so this should go at the end (and also I should properly sort these at some point :P )
https://github.com/llvm/llvm-project/pull/144760
More information about the libc-commits
mailing list