[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
================
@@ -9,6 +9,7 @@
#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:
I don't think this include is necessary for the normal variants of each of these functions.
https://github.com/llvm/llvm-project/pull/102711
More information about the libc-commits
mailing list