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