[libc-commits] [libc] [libc] Character converter skeleton class (PR #143619)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Jun 10 16:11:49 PDT 2025


================
@@ -0,0 +1,8 @@
+
+#include "hdr/types/wchar_t.h"
+
+struct mbstate_t {
----------------
michaelrj-google wrote:

this should have a different name from `mbstate_t` to indicate this is not the opaque version exposed to users.

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


More information about the libc-commits mailing list