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