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