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