Hi Rudolf,
On Fri, Apr 06, 2007 at 12:10:22AM +0200, Rudolf Marek wrote:
+void *memmem(const void *haystack, size_t haystacklen,
const void *needle, size_t needlelen);
Shouldn't this just be pulled from #include <string.h> ?
Or do we want to duplicate it because it needs _GNU_SOURCE ?
//Peter