DEBSOURCES
Skip Quicknav
sources / drawterm-9front / 0~git20220608.bee4db6-3 / libc / runestrlen.c
123456789
#include <u.h> #include <libc.h> long runestrlen(Rune *s) { return runestrchr(s, 0) - s; }