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