diff options
Diffstat (limited to 'src/strings/ffs.c')
-rw-r--r-- | src/strings/ffs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strings/ffs.c b/src/strings/ffs.c index 7e29487d..8c37ed0b 100644 --- a/src/strings/ffs.c +++ b/src/strings/ffs.c @@ -1,3 +1,5 @@ +#if 0 + #include <strings.h> int ffs(int i) @@ -18,3 +20,6 @@ int ffs(int i) /* XOPEN(400) */ + + +#endif |