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