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