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