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