about summary refs log tree commit diff
path: root/blaze822_priv.h
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-26 18:10:39 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-26 18:10:39 +0200
commit6592bdb9126326dee00f5e0d90b1cbb393f90096 (patch)
tree4da9149689e9ba1661349000f0a2cd4555c81a51 /blaze822_priv.h
parent699c322aead6dead80f1605ca46ad3abbda02435 (diff)
downloadmblaze-6592bdb9126326dee00f5e0d90b1cbb393f90096.tar.gz
mblaze-6592bdb9126326dee00f5e0d90b1cbb393f90096.tar.xz
mblaze-6592bdb9126326dee00f5e0d90b1cbb393f90096.zip
import musl memmem
Diffstat (limited to 'blaze822_priv.h')
-rw-r--r--blaze822_priv.h2
1 files changed, 2 insertions, 0 deletions
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);