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