summaryrefslogtreecommitdiff
path: root/src/string/memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/memchr.c')
-rw-r--r--src/string/memchr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/memchr.c b/src/string/memchr.c
index f39ef6bc..97ef3c36 100644
--- a/src/string/memchr.c
+++ b/src/string/memchr.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <string.h>
#include "_assert.h"
@@ -31,3 +33,6 @@ ARGUMENT(c) (converted to an TYPE(unsigned char)).
/*
STDC(1)
*/
+
+
+#endif