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