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