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