[libc-commits] [libc] Add basic char*_t support for libc (partial WG14 N2653) (PR #90360)
Fabian Keßler via libc-commits
libc-commits at lists.llvm.org
Mon Apr 29 13:48:51 PDT 2024
================
@@ -85,5 +85,10 @@ def TimeAPI : PublicAPI<"time.h"> {
}
def UCharAPI : PublicAPI<"uchar.h"> {
- let Types = ["mbstate_t"];
+ let Types = [
+ "mbstate_t",
----------------
Febbe wrote:
What about windows, I couldn't find any header list. Does this mean, all are included by default, or none of them?
https://github.com/llvm/llvm-project/pull/90360
More information about the libc-commits
mailing list