Andre Oppermann 6050c8fe05 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 <pascal.gloor at spale.com>
MFC after:	3 days
2005-08-25 18:26:58 +00:00
..
2005-04-23 18:45:36 +00:00
2005-02-13 22:25:33 +00:00
2005-07-21 10:53:27 +00:00
2005-07-23 21:30:35 +00:00
2005-03-10 08:25:49 +00:00