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