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