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