shithub: scc

ref: 79b9a5d60b5790789823b721434f96bd4d88686c
dir: /lib/c/strnlen.c/

View raw version
#include <string.h>

#undef strnlen

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