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