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