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