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