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