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