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