![]() |
![]()
| ![]() |
![]()
NAMEmemmem - search for memory block inside another memory block SYNOPSIS#include <publib.h> void *memmem(const void *v, size_t size, DESCRIPTIONmemmem searches for the pattern pat (length patsize bytes) in the memory block v (length size bytes). RETURN VALUEmemmem returns a pointer to the first byte of the first occurence it finds, or NULL if it doesn't find any occurence. SEE ALSOpublib(3), memrmem(3), strstr(3), strrstr(3) AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi)
|