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