ref: 4d702dcec6014d5c7c9769642954697d91d9afb9 dir: /libc/runestrlen.c/
#include <u.h> #include <libc.h> long runestrlen(Rune *s) { return runestrchr(s, 0) - s; }