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