diff options
Diffstat (limited to 'src/strings/bcopy.c')
-rw-r--r-- | src/strings/bcopy.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strings/bcopy.c b/src/strings/bcopy.c index a464db8e..3cc0ac6b 100644 --- a/src/strings/bcopy.c +++ b/src/strings/bcopy.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include <strings.h> @@ -10,3 +12,6 @@ int bcopy(const void *s1, void *s2, size_t n) /* XOPEN(400,700) */ + + +#endif |