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