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