diff options
Diffstat (limited to 'zp/source/any/str/utf32len.cc')
-rw-r--r-- | zp/source/any/str/utf32len.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zp/source/any/str/utf32len.cc b/zp/source/any/str/utf32len.cc index f66be43..e38093d 100644 --- a/zp/source/any/str/utf32len.cc +++ b/zp/source/any/str/utf32len.cc @@ -6,6 +6,6 @@ #include <zp/prv/str> -extern "C" zp_nothw ::zp::siz zp_utf32len(::zp::c02 const* const str) { +extern "C" zp_nothw ::zp::siz zp_utf32len(::zp::c02 const* const zp_prv_rsr str) { return ::zp::det::strlen(str); } |