ref: de505b2650948c2f4ada5368eaf8a019cf1099bc dir: /lib/c/strnlen.c/
#include <string.h> #undef strnlen size_t strnlen(const char *s, size_t maxlen) { return 0; }