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