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