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