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