DEBSOURCES
Skip Quicknav
sources / ghc / 9.6.6-4 / libraries / text / cbits / validate_utf8.cpp
123456
#include "simdutf.h" extern "C" int _hs_text_is_valid_utf8(const char* str, size_t len){ return simdutf::validate_utf8(str, len); }