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