char *memmem2(char *s,int sn,char *n,int nn);
#define TEST_FN memmem2(haystack,haystack_len,needle,needle_len)
#include "../tester.c"

