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