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