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