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