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