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