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