From 6592bdb9126326dee00f5e0d90b1cbb393f90096 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 26 Jul 2016 18:10:39 +0200 Subject: import musl memmem --- blaze822_priv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blaze822_priv.h') diff --git a/blaze822_priv.h b/blaze822_priv.h index 1da4d96..bf895d3 100644 --- a/blaze822_priv.h +++ b/blaze822_priv.h @@ -13,3 +13,5 @@ struct message { // ASCII lowercase without alpha check (wrong for "@[\]^_") #define lc(c) ((c) | 0x20) + +void *mymemmem(const void *h0, size_t k, const void *n0, size_t l); -- cgit 1.4.1