shithub: scc

ref: c6075c2fb1e68d303490be87269a65db3608559b
dir: /lib/c/strnlen.c/

View raw version
#include <string.h>

#undef strnlen

size_t
strnlen(const char *s, size_t maxlen)
{
	return 0;
}