[ccan] [0/3] Generalize and rename memmem module

David Gibson david at gibson.dropbear.id.au
Sun Oct 19 23:07:43 AEDT 2014


Recently a series of patches were posted (I forget by whom, sorry),
which added a 'mem' module providing some string.h functions which
aren't available on all platforms.  However, it doesn't seem to have
been reposted.

This patch series implements the same concept in a more minimal way
(for now), renaming the existing 'memmem' module to the more general
'memfuncs' and adding an implementation of memrchr(), which like
memmem() is not standardized though it exists in some C libraries.


More information about the ccan mailing list