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