mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
ctype_utils/wctype_utils were chaged in120689e466ande7f7973899, respectively to operate on char/wchar_t. Now we can switch to the overloaded names (e.g. have noth `isspace(char` and `isspace(wchar_t)`) to simplify the templatized strtointeger implementation from315dfe5865and make it easier to potentially add templatized strtofloat implementation.
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.