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