shithub: scc

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

View raw version
#include <string.h>

#undef strnlen

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