summaryrefslogtreecommitdiff
path: root/src/string/memcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/memcmp.c')
-rw-r--r--src/string/memcmp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/memcmp.c b/src/string/memcmp.c
index d5d94bf0..d00093ea 100644
--- a/src/string/memcmp.c
+++ b/src/string/memcmp.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <string.h>
#include "_assert.h"
@@ -34,3 +36,6 @@ and ARGUMENT(s2).
/*
STDC(1)
*/
+
+
+#endif