[libc-commits] [libc] [libc] Add `ctype.h` locale variants (PR #102711)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Aug 12 16:57:00 PDT 2024
================
@@ -0,0 +1,21 @@
+//===-- Implementation header for isalpha_l -----------------------*-C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC_CTYPE_ISALPHA_H
+#define LLVM_LIBC_SRC_CTYPE_ISALPHA_H
+
+#include "include/llvm-libc-types/locale_t.h"
----------------
michaelrj-google wrote:
This should be a proxy header instead of including `include/llvm-libc-types` directly.
https://github.com/llvm/llvm-project/pull/102711
More information about the libc-commits
mailing list