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