shithub: scc

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

View raw version
#include <string.h>

#undef strnlen

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