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