shithub: scc

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

View raw version
#include <string.h>

#undef strnlen

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