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