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