[libc-commits] [libc] [libc][wchar] implement wcslen (PR #124150)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Jan 23 09:42:28 PST 2025


================
@@ -96,7 +97,7 @@ LIBC_INLINE size_t string_length(const char *src) {
   // string a block at a time.
   return string_length_wide_read<unsigned int>(src);
----------------
nickdesaulniers wrote:

4f34e6452da3 PTAL

https://github.com/llvm/llvm-project/pull/124150


More information about the libc-commits mailing list