1 2 3 4
#include <mem.h> extern inline void *calt_memmem(void const *haystack, size_t haystacklen, void const *needle, size_t needlelen);