shithub: scc

ref: 37572f48d83ede616d0e47006d52b750f0048a8d
dir: /lib/c/strnlen.c/

View raw version
#include <string.h>

#undef strnlen

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