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