[libc-commits] [libc] [libc] wchar string conversion functions mb to wc (PR #149423)

via libc-commits libc-commits at lists.llvm.org
Fri Jul 18 12:13:04 PDT 2025


================
@@ -68,3 +68,19 @@ add_object_library(
   .character_converter
   .mbstate
 )
+
+add_header_library(
+  mbsnrtowcs
+  HDRS
+    mbsnrtowcs.h
+  DEPENDS
+  libc.hdr.errno_macros
+  libc.hdr.types.wchar_t
+  libc.hdr.types.size_t
+  libc.src.__support.common
+  libc.src.__support.error_or
+  libc.src.__support.macros.config
+  .character_converter
+  .mbstate
+  .string_converter
----------------
lntue wrote:

spacing

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


More information about the libc-commits mailing list