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