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