summaryrefslogtreecommitdiff
path: root/src/string/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/memset.c')
-rw-r--r--src/string/memset.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/memset.c b/src/string/memset.c
index 6991ba4e..774e4418 100644
--- a/src/string/memset.c
+++ b/src/string/memset.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <string.h>
#include "_assert.h"
@@ -28,3 +30,6 @@ the value ARGUMENT(c) (converted to an TYPE(unsigned char)).
/*
STDC(1)
*/
+
+
+#endif