Query: memrmem
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MEMRMEM(3pub) C Programmer's Manual MEMRMEM(3pub)NAMEmemrmem - find last occurence of memory block within another memory blockSYNOPSIS#include <publib.h> void *memrmem(const void *v, size_t size, const void *pat, size_t patsize);DESCRIPTIONmemrmem finds the last occurence of memory block pat within memory block v.RETURN VALUEmemrmem returns a pointer to the first byte of the match, if it finds any, or a null pointer if there are no matches.SEE ALSOpublib(3), memmem(3), strstr(3), strrstr(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual MEMRMEM(3pub)
Related Man Pages |
---|
xfree(3pub) - debian |
xfree(3pub) - sunos |
xmalloc(3pub) - sunos |
xfree(3pub) - opensolaris |
xmalloc(3pub) - mojave |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Introduction |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |