diff options
Diffstat (limited to 'src/string/memcpy.c')
-rw-r--r-- | src/string/memcpy.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/memcpy.c b/src/string/memcpy.c index 69975605..7fda569e 100644 --- a/src/string/memcpy.c +++ b/src/string/memcpy.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include "_assert.h" @@ -31,3 +33,6 @@ ARGUMENT(s1). /* STDC(1) */ + + +#endif |