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