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