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