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