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