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