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