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