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