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