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