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