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