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