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