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