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