#170525 Previously, lookup tables were defined in a header so that they can be constexpr, but this lead to each translation unit having it's own copy, bloating the library size. Looking at current usages of wctype functions, they are always used at runtime, so there's no benefit of having them constexpr, so I'm moving them to a cpp file, so that there's only a single copy in the library.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.