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