ref: e2e50a8e5a74452672f9418bcdfe4de10f600ed0 dir: /libkern/strlen.c/
#include <lib9.h> long strlen(char *s) { return strchr(s, 0) - s; }