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