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