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