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