Browse Source Download (without any required ccan dependencies)
mem
Provide mem*() functions if missing from C library
This code implements some string.h mem*() functions if they're not already available in the C library. Functions included are:
memmem()
CC0