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