[libc-commits] [libc] [libc] Add wcsxfrm (PR #191692)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Wed Apr 15 01:56:39 PDT 2026


================
@@ -0,0 +1,16 @@
+#ifndef LLVM_LIBC_SRC_WCHAR_WCSXFRM_H
+#define LLVM_LIBC_SRC_WCHAR_WCSXFRM_H
+
+#include "src/__support/macros/config.h"
+
+#include <stddef.h>
+#include <wchar.h>
----------------
vhscampos wrote:

AFAIK you should include `hdr/types/size_t.h` and `/wchar_t.h` instead. See https://libc.llvm.org/dev/code_style.html#header-inclusion-policy

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


More information about the libc-commits mailing list