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

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 16 18:03:55 PDT 2023


lntue accepted this revision.
lntue added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: mikhail.ramalho.


================
Comment at: libc/include/llvm-libc-macros/wchar-macros.h:1
+//===-- Macros defined in stdio.h header file -----------------------------===//
+//
----------------
`wchar.h` ?


================
Comment at: libc/src/__support/wctype_utils.h:13
+#include "src/__support/CPP/optional.h"
+#include "src/__support/macros/attributes.h" //LIBC_INLINE
+
----------------
nit: space after `//`


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