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