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