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