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