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