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