[libc-commits] [PATCH] D145995: [libc] add basic wide char functions

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 16 22:43:21 PDT 2023


sivachandra added a comment.

Except of the definition of the new types, the rest LGTM. We should of course formally define our position on the locales that we care about.



================
Comment at: libc/include/wchar.h.def:15
+#define __need_wchar_t
+#include <stddef.h>
+
----------------
Each of these types should have their own type header (we already have one for size_t). They will get into the final header file if you add them to `api.td`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145995/new/

https://reviews.llvm.org/D145995



More information about the libc-commits mailing list