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