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