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