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