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