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