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