summaryrefslogtreecommitdiff
path: root/src/string/memccpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/memccpy.c')
-rw-r--r--src/string/memccpy.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/memccpy.c b/src/string/memccpy.c
index b3af75ff..80143e32 100644
--- a/src/string/memccpy.c
+++ b/src/string/memccpy.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <string.h>
void *memccpy(void * restrict s1, const void * restrict s2, int c, size_t n)
@@ -21,3 +23,6 @@ void *memccpy(void * restrict s1, const void * restrict s2, int c, size_t n)
/*
XOPEN(4)
*/
+
+
+#endif