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