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