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