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