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