K 10 svn:author V 5 andre K 8 svn:date V 27 2005-08-25T18:26:58.000000Z K 7 svn:log V 262 Add the function memmem(3) as found in glibc and others. It is the binary equivalent to strstr(3). void *memmem(const void *big, size_t big_len, const void *little, size_t little_len); Submitted by: Pascal Gloor MFC after: 3 days END