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