We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcda61 commit fb4f771Copy full SHA for fb4f771
libc/src/wctype/iswalpha.cpp
@@ -15,7 +15,7 @@
15
namespace LIBC_NAMESPACE_DECL {
16
17
LLVM_LIBC_FUNCTION(int, iswalpha, (wint_t c)) {
18
- return internal::iswalpha(static_cast<wchar_t>(c));
+ return internal::iswalpha(static_cast<wchar_t>(c));
19
}
20
21
} // namespace LIBC_NAMESPACE_DECL
0 commit comments