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