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