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