shithub: scc

ref: 42f557fa3b371ba28d45169f4c1371f482d43b6b
dir: /lib/c/strnlen.c/

View raw version
#include <string.h>

#undef strnlen

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