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