debian man page for memrmem

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)

NAME
memrmem - find last occurence of memory block within another memory block
SYNOPSIS
#include <publib.h> void *memrmem(const void *v, size_t size, const void *pat, size_t patsize);
DESCRIPTION
memrmem finds the last occurence of memory block pat within memory block v.
RETURN VALUE
memrmem returns a pointer to the first byte of the match, if it finds any, or a null pointer if there are no matches.
SEE ALSO
publib(3), memmem(3), strstr(3), strrstr(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual MEMRMEM(3pub)
Related Man Pages
memshuffle(3pub) - debian
xmalloc(3pub) - debian
xrealloc(3pub) - debian
xmalloc(3pub) - opensolaris
xfree(3pub) - mojave
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph