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