shithub: scc

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

View raw version
#include <string.h>

#undef strnlen

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