ref: db7970fa83ee9f1128682aabd595c6b7ccf226b0 dir: /sys/src/ape/lib/ap/gen/strlen.c/
#include <string.h> size_t strlen(const char *s) { return strchr(s, 0) - s; }