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